#20345C

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

Shades of Catalina Blue #20345C

Tints of Catalina Blue #20345C

Color information

#20345C (or 0x20345C) is unknown color: approx Catalina Blue. HEX triplet: 20, 34 and 5C. RGB value is (32,52,92). Sum of RGB (Red+Green+Blue) = 32+52+92=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #20345C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20345C is #DFCBA3. Grayscale: #323232. Windows color (decimal): -14666660 or 6042656. OLE color: 6042656.

HSL color Cylindrical-coordinate representation of color #20345C: hue angle of 220º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #20345C is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB325292-
CMYK0.650.4300.64
HSL220º48.39%24.31%-
HSV(B)220º65.22%36.08%-
XYZ3.763.5410.61-
YUV50.58151.37114.75-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.18%
GREEN value IS 52 (20.70% from 255) = 29.55%
BLUE value IS 92 (36.33% from 255) = 52.27%
R=18.18%
G=29.55%
B=52.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3252920.650.4300.6422048.3924.31
Hex20345C412B040dc3018
Octal40641341015301003346030
Binary10000011010010111001000001101011010000001101110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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