#20354F

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

Shades of Catalina Blue #20354F

Tints of Catalina Blue #20354F

Color information

#20354F (or 0x20354F) is unknown color: approx Catalina Blue. HEX triplet: 20, 35 and 4F. RGB value is (32,53,79). Sum of RGB (Red+Green+Blue) = 32+53+79=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #20354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20354F is #DFCAB0. Grayscale: #313131. Windows color (decimal): -14666417 or 5190944. OLE color: 5190944.

HSL color Cylindrical-coordinate representation of color #20354F: hue angle of 213.19º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20354F is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB325379-
CMYK0.590.3300.69
HSL213.19º42.34%21.76%-
HSV(B)213.19º59.49%30.98%-
XYZ3.283.427.88-
YUV49.68144.54115.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.51%
GREEN value IS 53 (21.09% from 255) = 32.32%
BLUE value IS 79 (31.25% from 255) = 48.17%
R=19.51%
G=32.32%
B=48.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3253790.590.3300.69213.1942.3421.76
Hex20354F3B21045d52a16
Octal4065117734101053255226
Binary1000001101011001111111011100001010001011101010110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,53,79); }

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

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

 a { background-color: rgb(32,53,79); }

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

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

 span { border-color: rgb(32,53,79); }

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