#2CA2BD

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

Shades of Pelorous #2CA2BD

Tints of Pelorous #2CA2BD

Color information

#2CA2BD (or 0x2CA2BD) is unknown color: approx Pelorous. HEX triplet: 2C, A2 and BD. RGB value is (44,162,189). Sum of RGB (Red+Green+Blue) = 44+162+189=395 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.14% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #2CA2BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CA2BD is #D35D42. Grayscale: #818181. Windows color (decimal): -13851971 or 12427820. OLE color: 12427820.

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

Color convert

RGB44162189-
CMYK0.770.1400.26
HSL191.17º62.23%45.69%-
HSV(B)191.17º76.72%74.12%-
XYZ23.1430.0552.72-
YUV129.8161.4166.8-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.14%
GREEN value IS 162 (63.67% from 255) = 41.01%
BLUE value IS 189 (74.22% from 255) = 47.85%
R=11.14%
G=41.01%
B=47.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal441621890.770.1400.26191.1762.2345.69
Hex2CA2BD4DE01Abf3e2e
Octal54242275115160322777656
Binary10110010100010101111011001101111001101010111111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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