#20345F

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

Shades of Catalina Blue #20345F

Tints of Catalina Blue #20345F

Color information

#20345F (or 0x20345F) is unknown color: approx Catalina Blue. HEX triplet: 20, 34 and 5F. RGB value is (32,52,95). Sum of RGB (Red+Green+Blue) = 32+52+95=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 95 (37.5% from 255 or 53.07% from 179); Max value from RGB is 95 - color contains mainly: blue. Hex color #20345F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20345F is #DFCBA0. Grayscale: #323232. Windows color (decimal): -14666657 or 6239264. OLE color: 6239264.

HSL color Cylindrical-coordinate representation of color #20345F: hue angle of 220.95º degrees, saturation: 0.5, 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 #20345F is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB325295-
CMYK0.660.4500.63
HSL220.95º49.61%24.9%-
HSV(B)220.95º66.32%37.25%-
XYZ3.893.5911.31-
YUV50.92152.87114.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.88%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 95 (37.5% from 255) = 53.07%
R=17.88%
G=29.05%
B=53.07%

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
Decimal3252950.660.4500.63220.9549.6124.9
Hex20345F422D03Fdd3219
Octal4064137102550773356231
Binary1000001101001011111100001010110101111111101110111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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