#2678C6

Color #2678C6 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2678C6

Tints of Curious Blue #2678C6

Color information

#2678C6 (or 0x2678C6) is unknown color: approx Curious Blue. HEX triplet: 26, 78 and C6. RGB value is (38,120,198). Sum of RGB (Red+Green+Blue) = 38+120+198=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 198 (77.73% from 255 or 55.62% from 356); Max value from RGB is 198 - color contains mainly: blue. Hex color #2678C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2678C6 is #D98739. Grayscale: #676767. Windows color (decimal): -14255930 or 13006886. OLE color: 13006886.

HSL color Cylindrical-coordinate representation of color #2678C6: hue angle of 209.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2678C6 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB38120198-
CMYK0.810.3900.22
HSL209.25º67.8%46.27%-
HSV(B)209.25º80.81%77.65%-
XYZ17.7117.9255.95-
YUV104.37180.8380.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 10.67%
GREEN value IS 120 (47.27% from 255) = 33.71%
BLUE value IS 198 (77.73% from 255) = 55.62%
R=10.67%
G=33.71%
B=55.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal381201980.810.3900.22209.2567.846.27
Hex2678C65127016d1442e
Octal461703061214702632110456
Binary1001101111000110001101010001100111010110110100011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2678C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2678C6; }

 p { color: rgb(38,120,198); }

 H1.HeaderClassName
 {
   color: #2678C6;
 }
 .AnyTagClassName
 {
   color: #2678C6;
 }
</style>
background-color css

<style>
 a { background-color: #2678C6; }

 a { background-color: rgb(38,120,198); }

 div.DivClassName
 {
   background-color: #2678C6;
 }
 .BgClassName
 {
   background-color: #2678C6;
 }
</style>
border-color css

<style>
 span { border-color: #2678C6; }

 span { border-color: rgb(38,120,198); }

 td.TdClassName
 {
   border-color: #2678C6;
 }
 .TagClassName
 {
   border-color: #2678C6;
 }
</style>