#2978C3

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

Shades of Curious Blue #2978C3

Tints of Curious Blue #2978C3

Color information

#2978C3 (or 0x2978C3) is unknown color: approx Curious Blue. HEX triplet: 29, 78 and C3. RGB value is (41,120,195). Sum of RGB (Red+Green+Blue) = 41+120+195=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 195 (76.56% from 255 or 54.78% from 356); Max value from RGB is 195 - color contains mainly: blue. Hex color #2978C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2978C3 is #D6873C. Grayscale: #686868. Windows color (decimal): -14059325 or 12810281. OLE color: 12810281.

HSL color Cylindrical-coordinate representation of color #2978C3: hue angle of 209.22º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2978C3 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB41120195-
CMYK0.790.3800.24
HSL209.22º65.25%46.27%-
HSV(B)209.22º78.97%76.47%-
XYZ17.4817.8454.15-
YUV104.93178.8382.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.52%
GREEN value IS 120 (47.27% from 255) = 33.71%
BLUE value IS 195 (76.56% from 255) = 54.78%
R=11.52%
G=33.71%
B=54.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal411201950.790.3800.24209.2265.2546.27
Hex2978C34F26018d1412e
Octal511703031174603032110156
Binary1010011111000110000111001111100110011000110100011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2978C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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