#2C77BD

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

Shades of Curious Blue #2C77BD

Tints of Curious Blue #2C77BD

Color information

#2C77BD (or 0x2C77BD) is unknown color: approx Curious Blue. HEX triplet: 2C, 77 and BD. RGB value is (44,119,189). Sum of RGB (Red+Green+Blue) = 44+119+189=352 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.5% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C77BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C77BD is #D38842. Grayscale: #686868. Windows color (decimal): -13862979 or 12416812. OLE color: 12416812.

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

Color convert

RGB44119189-
CMYK0.770.3700.26
HSL208.97º62.23%45.69%-
HSV(B)208.97º76.72%74.12%-
XYZ16.8217.450.62-
YUV104.55175.6584.81-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.5%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 189 (74.22% from 255) = 53.69%
R=12.5%
G=33.81%
B=53.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal441191890.770.3700.26208.9762.2345.69
Hex2C77BD4D2501Ad13e2e
Octal54167275115450323217656
Binary101100111011110111101100110110010101101011010001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C77BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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