#20346B

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

Shades of Catalina Blue #20346B

Tints of Catalina Blue #20346B

Color information

#20346B (or 0x20346B) is unknown color: approx Catalina Blue. HEX triplet: 20, 34 and 6B. RGB value is (32,52,107). Sum of RGB (Red+Green+Blue) = 32+52+107=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 107 (42.19% from 255 or 56.02% from 191); Max value from RGB is 107 - color contains mainly: blue. Hex color #20346B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20346B is #DFCB94. Grayscale: #343434. Windows color (decimal): -14666645 or 7025696. OLE color: 7025696.

HSL color Cylindrical-coordinate representation of color #20346B: hue angle of 224º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20346B is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3252107-
CMYK0.700.5100.58
HSL224º53.96%27.25%-
HSV(B)224º70.09%41.96%-
XYZ4.483.8214.41-
YUV52.29158.87113.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.75%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 107 (42.19% from 255) = 56.02%
R=16.75%
G=27.23%
B=56.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32521070.700.5100.5822453.9627.25
Hex20346B463303Ae0361b
Octal4064153106630723406633
Binary1000001101001101011100011011001101110101110000011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20346B; }

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

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

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

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

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

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

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

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