#2c77cf

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

Shades of Curious Blue #2C77CF

Tints of Curious Blue #2C77CF

Color information

#2C77CF (or 0x2C77CF) is unknown color: approx Curious Blue. HEX triplet: 2C, 77 and CF. RGB value is (44,119,207). Sum of RGB (Red+Green+Blue) = 44+119+207=370 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.89% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #2C77CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C77CF is #D38830. Grayscale: #6A6A6A. Windows color (decimal): -13862961 or 13596460. OLE color: 13596460.

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

Color convert

RGB44119207-
CMYK0.790.4300.19
HSL212.39º64.94%49.22%-
HSV(B)212.39º78.74%81.18%-
XYZ18.918.2361.55-
YUV106.61184.6583.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.89%
GREEN value IS 119 (46.88% from 255) = 32.16%
BLUE value IS 207 (81.25% from 255) = 55.95%
R=11.89%
G=32.16%
B=55.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal441192070.790.4300.19212.3964.9449.22
Hex2C77CF4F2B013d44131
Octal541673171175302332410161
Binary1011001110111110011111001111101011010011110101001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c77cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,119,207); }

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

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

 a { background-color: rgb(44,119,207); }

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

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

 span { border-color: rgb(44,119,207); }

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