#203456

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

Shades of Catalina Blue #203456

Tints of Catalina Blue #203456

Color information

#203456 (or 0x203456) is unknown color: approx Catalina Blue. HEX triplet: 20, 34 and 56. RGB value is (32,52,86). Sum of RGB (Red+Green+Blue) = 32+52+86=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #203456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203456 is #DFCBA9. Grayscale: #313131. Windows color (decimal): -14666666 or 5649440. OLE color: 5649440.

HSL color Cylindrical-coordinate representation of color #203456: hue angle of 217.78º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #203456 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB325286-
CMYK0.630.4000.66
HSL217.78º45.76%23.14%-
HSV(B)217.78º62.79%33.73%-
XYZ3.53.439.28-
YUV49.9148.37115.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.82%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 86 (33.98% from 255) = 50.59%
R=18.82%
G=30.59%
B=50.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3252860.630.4000.66217.7845.7623.14
Hex2034563F28042da2e17
Octal4064126775001023325627
Binary1000001101001010110111111101000010000101101101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203456; }

 p { color: rgb(32,52,86); }

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

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

 a { background-color: rgb(32,52,86); }

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

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

 span { border-color: rgb(32,52,86); }

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