#20345E

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

Shades of Catalina Blue #20345E

Tints of Catalina Blue #20345E

Color information

#20345E (or 0x20345E) is unknown color: approx Catalina Blue. HEX triplet: 20, 34 and 5E. RGB value is (32,52,94). Sum of RGB (Red+Green+Blue) = 32+52+94=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 94 (37.11% from 255 or 52.81% from 178); Max value from RGB is 94 - color contains mainly: blue. Hex color #20345E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20345E is #DFCBA1. Grayscale: #323232. Windows color (decimal): -14666658 or 6173728. OLE color: 6173728.

HSL color Cylindrical-coordinate representation of color #20345E: hue angle of 220.65º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20345E is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB325294-
CMYK0.660.4500.63
HSL220.65º49.21%24.71%-
HSV(B)220.65º65.96%36.86%-
XYZ3.843.5711.08-
YUV50.81152.37114.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.98%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 94 (37.11% from 255) = 52.81%
R=17.98%
G=29.21%
B=52.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3252940.660.4500.63220.6549.2124.71
Hex20345E422D03Fdd3119
Octal4064136102550773356131
Binary1000001101001011110100001010110101111111101110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20345E; }

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

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

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

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

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

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

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

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