#2CA6B3

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

Shades of Pelorous #2CA6B3

Tints of Pelorous #2CA6B3

Color information

#2CA6B3 (or 0x2CA6B3) is unknown color: approx Pelorous. HEX triplet: 2C, A6 and B3. RGB value is (44,166,179). Sum of RGB (Red+Green+Blue) = 44+166+179=389 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.31% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #2CA6B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CA6B3 is #D3594C. Grayscale: #828282. Windows color (decimal): -13850957 or 11773484. OLE color: 11773484.

HSL color Cylindrical-coordinate representation of color #2CA6B3: hue angle of 185.78º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CA6B3 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB44166179-
CMYK0.750.0700.30
HSL185.78º60.54%43.73%-
HSV(B)185.78º75.42%70.2%-
XYZ22.8131.0647.44-
YUV131155.0865.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.31%
GREEN value IS 166 (65.23% from 255) = 42.67%
BLUE value IS 179 (70.31% from 255) = 46.02%
R=11.31%
G=42.67%
B=46.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal441661790.750.0700.30185.7860.5443.73
Hex2CA6B34B701Eba3d2c
Octal5424626311370362727554
Binary1011001010011010110011100101111101111010111010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,166,179); }

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

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

 a { background-color: rgb(44,166,179); }

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

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

 span { border-color: rgb(44,166,179); }

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