#2C77BE

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

Shades of Curious Blue #2C77BE

Tints of Curious Blue #2C77BE

Color information

#2C77BE (or 0x2C77BE) is unknown color: approx Curious Blue. HEX triplet: 2C, 77 and BE. RGB value is (44,119,190). Sum of RGB (Red+Green+Blue) = 44+119+190=353 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.46% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C77BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C77BE is #D38841. Grayscale: #686868. Windows color (decimal): -13862978 or 12482348. OLE color: 12482348.

HSL color Cylindrical-coordinate representation of color #2C77BE: hue angle of 209.18º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C77BE is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB44119190-
CMYK0.770.3700.25
HSL209.18º62.39%45.88%-
HSV(B)209.18º76.84%74.51%-
XYZ16.9317.4551.19-
YUV104.67176.1584.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.46%
GREEN value IS 119 (46.88% from 255) = 33.71%
BLUE value IS 190 (74.61% from 255) = 53.82%
R=12.46%
G=33.71%
B=53.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal441191900.770.3700.25209.1862.3945.88
Hex2C77BE4D25019d13e2e
Octal54167276115450313217656
Binary101100111011110111110100110110010101100111010001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C77BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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