#2978b8

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

Shades of Curious Blue #2978B8

Tints of Curious Blue #2978B8

Color information

#2978B8 (or 0x2978B8) is unknown color: approx Curious Blue. HEX triplet: 29, 78 and B8. RGB value is (41,120,184). Sum of RGB (Red+Green+Blue) = 41+120+184=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 184 (72.27% from 255 or 53.33% from 345); Max value from RGB is 184 - color contains mainly: blue. Hex color #2978B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2978B8 is #D68747. Grayscale: #676767. Windows color (decimal): -14059336 or 12089385. OLE color: 12089385.

HSL color Cylindrical-coordinate representation of color #2978B8: hue angle of 206.85º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2978B8 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB41120184-
CMYK0.780.3500.28
HSL206.85º63.56%44.12%-
HSV(B)206.85º77.72%72.16%-
XYZ16.2817.3747.84-
YUV103.68173.3383.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.88%
GREEN value IS 120 (47.27% from 255) = 34.78%
BLUE value IS 184 (72.27% from 255) = 53.33%
R=11.88%
G=34.78%
B=53.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal411201840.780.3500.28206.8563.5644.12
Hex2978B84E2301Ccf402c
Octal511702701164303431710054
Binary1010011111000101110001001110100011011100110011111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2978b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2978b8; }

 p { color: rgb(41,120,184); }

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

<style>
 a { background-color: #2978b8; }

 a { background-color: rgb(41,120,184); }

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

<style>
 span { border-color: #2978b8; }

 span { border-color: rgb(41,120,184); }

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