#2D77CE

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

Shades of Curious Blue #2D77CE

Tints of Curious Blue #2D77CE

Color information

#2D77CE (or 0x2D77CE) is unknown color: approx Curious Blue. HEX triplet: 2D, 77 and CE. RGB value is (45,119,206). Sum of RGB (Red+Green+Blue) = 45+119+206=370 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.16% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D77CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D77CE is #D28831. Grayscale: #6A6A6A. Windows color (decimal): -13797426 or 13530925. OLE color: 13530925.

HSL color Cylindrical-coordinate representation of color #2D77CE: hue angle of 212.42º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D77CE is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB45119206-
CMYK0.780.4200.19
HSL212.42º64.14%49.22%-
HSV(B)212.42º78.16%80.78%-
XYZ18.8218.2160.92-
YUV106.79183.9883.93-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.16%
GREEN value IS 119 (46.88% from 255) = 32.16%
BLUE value IS 206 (80.86% from 255) = 55.68%
R=12.16%
G=32.16%
B=55.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal451192060.780.4200.19212.4264.1449.22
Hex2D77CE4E2A013d44031
Octal551673161165202332410061
Binary1011011110111110011101001110101010010011110101001000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D77CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,119,206); }

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

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

 a { background-color: rgb(45,119,206); }

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

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

 span { border-color: rgb(45,119,206); }

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