#3CA2B9

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

Shades of Pelorous #3CA2B9

Tints of Pelorous #3CA2B9

Color information

#3CA2B9 (or 0x3CA2B9) is unknown color: approx Pelorous. HEX triplet: 3C, A2 and B9. RGB value is (60,162,185). Sum of RGB (Red+Green+Blue) = 60+162+185=407 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.74% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #3CA2B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA2B9 is #C35D46. Grayscale: #858585. Windows color (decimal): -12803399 or 12165692. OLE color: 12165692.

HSL color Cylindrical-coordinate representation of color #3CA2B9: hue angle of 191.04º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CA2B9 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB60162185-
CMYK0.680.1200.27
HSL191.04º51.02%48.04%-
HSV(B)191.04º67.57%72.55%-
XYZ23.5430.350.51-
YUV134.12156.7175.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.74%
GREEN value IS 162 (63.67% from 255) = 39.80%
BLUE value IS 185 (72.66% from 255) = 45.45%
R=14.74%
G=39.80%
B=45.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal601621850.680.1200.27191.0451.0248.04
Hex3CA2B944C01Bbf3330
Octal74242271104140332776360
Binary11110010100010101110011000100110001101110111111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CA2B9; }

 p { color: rgb(60,162,185); }

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

<style>
 a { background-color: #3CA2B9; }

 a { background-color: rgb(60,162,185); }

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

<style>
 span { border-color: #3CA2B9; }

 span { border-color: rgb(60,162,185); }

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