#202F60

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

Shades of Catalina Blue #202F60

Tints of Catalina Blue #202F60

Color information

#202F60 (or 0x202F60) is unknown color: approx Catalina Blue. HEX triplet: 20, 2F and 60. RGB value is (32,47,96). Sum of RGB (Red+Green+Blue) = 32+47+96=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #202F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F60 is #DFD09F. Grayscale: #2F2F2F. Windows color (decimal): -14667936 or 6303520. OLE color: 6303520.

HSL color Cylindrical-coordinate representation of color #202F60: hue angle of 225.94º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #202F60 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB324796-
CMYK0.670.5100.62
HSL225.94º50%25.1%-
HSV(B)225.94º66.67%37.65%-
XYZ3.723.1811.48-
YUV48.1155.03116.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.29%
GREEN value IS 47 (18.75% from 255) = 26.86%
BLUE value IS 96 (37.89% from 255) = 54.86%
R=18.29%
G=26.86%
B=54.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3247960.670.5100.62225.945025.1
Hex202F60433303Ee23219
Octal4057140103630763426231
Binary1000001011111100000100001111001101111101110001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202F60; }

 p { color: rgb(32,47,96); }

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

<style>
 a { background-color: #202F60; }

 a { background-color: rgb(32,47,96); }

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

<style>
 span { border-color: #202F60; }

 span { border-color: rgb(32,47,96); }

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