#2c79d2

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

Shades of Curious Blue #2C79D2

Tints of Curious Blue #2C79D2

Color information

#2C79D2 (or 0x2C79D2) is unknown color: approx Curious Blue. HEX triplet: 2C, 79 and D2. RGB value is (44,121,210). Sum of RGB (Red+Green+Blue) = 44+121+210=375 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.73% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 210 (82.42% from 255 or 56% from 375); Max value from RGB is 210 - color contains mainly: blue. Hex color #2C79D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C79D2 is #D3862D. Grayscale: #6B6B6B. Windows color (decimal): -13862446 or 13793580. OLE color: 13793580.

HSL color Cylindrical-coordinate representation of color #2C79D2: hue angle of 212.17º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C79D2 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB44121210-
CMYK0.790.4200.18
HSL212.17º65.35%49.8%-
HSV(B)212.17º79.05%82.35%-
XYZ19.5118.8663.59-
YUV108.12185.4982.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.73%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 210 (82.42% from 255) = 56%
R=11.73%
G=32.27%
B=56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal441212100.790.4200.18212.1765.3549.8
Hex2C79D24F2A012d44132
Octal541713221175202232410162
Binary1011001111001110100101001111101010010010110101001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c79d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2c79d2; }

 p { color: rgb(44,121,210); }

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

<style>
 a { background-color: #2c79d2; }

 a { background-color: rgb(44,121,210); }

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

<style>
 span { border-color: #2c79d2; }

 span { border-color: rgb(44,121,210); }

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