#2D77BC

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

Shades of Curious Blue #2D77BC

Tints of Curious Blue #2D77BC

Color information

#2D77BC (or 0x2D77BC) is unknown color: approx Curious Blue. HEX triplet: 2D, 77 and BC. RGB value is (45,119,188). Sum of RGB (Red+Green+Blue) = 45+119+188=352 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.78% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D77BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D77BC is #D28843. Grayscale: #686868. Windows color (decimal): -13797444 or 12351277. OLE color: 12351277.

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

Color convert

RGB45119188-
CMYK0.760.3700.26
HSL208.95º61.37%45.69%-
HSV(B)208.95º76.06%73.73%-
XYZ16.7617.3850.05-
YUV104.74174.9885.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.78%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 188 (73.83% from 255) = 53.41%
R=12.78%
G=33.81%
B=53.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal451191880.760.3700.26208.9561.3745.69
Hex2D77BC4C2501Ad13d2e
Octal55167274114450323217556
Binary101101111011110111100100110010010101101011010001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D77BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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