#203468

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

Shades of Catalina Blue #203468

Tints of Catalina Blue #203468

Color information

#203468 (or 0x203468) is unknown color: approx Catalina Blue. HEX triplet: 20, 34 and 68. RGB value is (32,52,104). Sum of RGB (Red+Green+Blue) = 32+52+104=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #203468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203468 is #DFCB97. Grayscale: #333333. Windows color (decimal): -14666648 or 6829088. OLE color: 6829088.

HSL color Cylindrical-coordinate representation of color #203468: hue angle of 223.33º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #203468 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3252104-
CMYK0.690.5000.59
HSL223.33º52.94%26.67%-
HSV(B)223.33º69.23%40.78%-
XYZ4.323.7613.6-
YUV51.95157.37113.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.02%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 104 (41.02% from 255) = 55.32%
R=17.02%
G=27.66%
B=55.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32521040.690.5000.59223.3352.9426.67
Hex203468453203Bdf351b
Octal4064150105620733376533
Binary1000001101001101000100010111001001110111101111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203468; }

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

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

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

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

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

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

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

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