#2979c3

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

Shades of Curious Blue #2979C3

Tints of Curious Blue #2979C3

Color information

#2979C3 (or 0x2979C3) is unknown color: approx Curious Blue. HEX triplet: 29, 79 and C3. RGB value is (41,121,195). Sum of RGB (Red+Green+Blue) = 41+121+195=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 195 (76.56% from 255 or 54.62% from 357); Max value from RGB is 195 - color contains mainly: blue. Hex color #2979C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2979C3 is #D6863C. Grayscale: #696969. Windows color (decimal): -14059069 or 12810537. OLE color: 12810537.

HSL color Cylindrical-coordinate representation of color #2979C3: hue angle of 208.83º 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 #2979C3 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB41121195-
CMYK0.790.3800.24
HSL208.83º65.25%46.27%-
HSV(B)208.83º78.97%76.47%-
XYZ17.618.0954.19-
YUV105.52178.581.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.48%
GREEN value IS 121 (47.66% from 255) = 33.89%
BLUE value IS 195 (76.56% from 255) = 54.62%
R=11.48%
G=33.89%
B=54.62%

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
Decimal411211950.790.3800.24208.8365.2546.27
Hex2979C34F26018d1412e
Octal511713031174603032110156
Binary1010011111001110000111001111100110011000110100011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2979c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2979c3; }

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

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

<style>
 a { background-color: #2979c3; }

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

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

<style>
 span { border-color: #2979c3; }

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

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