#2C80BD

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

Shades of Curious Blue #2C80BD

Tints of Curious Blue #2C80BD

Color information

#2C80BD (or 0x2C80BD) is unknown color: approx Curious Blue. HEX triplet: 2C, 80 and BD. RGB value is (44,128,189). Sum of RGB (Red+Green+Blue) = 44+128+189=361 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.19% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C80BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C80BD is #D37F42. Grayscale: #6D6D6D. Windows color (decimal): -13860675 or 12419116. OLE color: 12419116.

HSL color Cylindrical-coordinate representation of color #2C80BD: hue angle of 205.24º 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 #2C80BD is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB44128189-
CMYK0.770.3200.26
HSL205.24º62.23%45.69%-
HSV(B)205.24º76.72%74.12%-
XYZ17.9419.6550.99-
YUV109.84172.6781.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.19%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 189 (74.22% from 255) = 52.35%
R=12.19%
G=35.46%
B=52.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal441281890.770.3200.26205.2462.2345.69
Hex2C80BD4D2001Acd3e2e
Octal54200275115400323157656
Binary1011001000000010111101100110110000001101011001101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C80BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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