#202F5E

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

Shades of Catalina Blue #202F5E

Tints of Catalina Blue #202F5E

Color information

#202F5E (or 0x202F5E) is unknown color: approx Catalina Blue. HEX triplet: 20, 2F and 5E. RGB value is (32,47,94). Sum of RGB (Red+Green+Blue) = 32+47+94=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #202F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F5E is #DFD0A1. Grayscale: #2F2F2F. Windows color (decimal): -14667938 or 6172448. OLE color: 6172448.

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

Color convert

RGB324794-
CMYK0.660.500.63
HSL225.48º49.21%24.71%-
HSV(B)225.48º65.96%36.86%-
XYZ3.633.1511.01-
YUV47.87154.03116.68-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.50%
GREEN value IS 47 (18.75% from 255) = 27.17%
BLUE value IS 94 (37.11% from 255) = 54.34%
R=18.50%
G=27.17%
B=54.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3247940.660.500.63225.4849.2124.71
Hex202F5E423203Fe13119
Octal4057136102620773416131
Binary1000001011111011110100001011001001111111110000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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