Html Css Color HEX #202F5F Catalina Blue

📋 copy color: '#202F5F'

red 32 ◦ green 47 ◦ blue 95

#202F5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #202F5F

Tints of Catalina Blue #202F5F

RGB

 RED value IS 32 (12.89% from 255) = 18.39%

 GREEN value IS 47 (18.75% from 255) = 27.01%

 BLUE value IS 95 (37.5% from 255) = 54.6%

R = 18.39%
G = 27.01%
B = 54.6%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#202F5F (or 0x202F5F) is known color: Catalina Blue. HEX triplet: 20, 2F and 5F. RGB value is (32,47,95). Sum of RGB (Red+Green+Blue) = 32+47+95=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #202F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F5F is #DFD0A0. Grayscale: #2F2F2F. Windows color (decimal): -14667937 or 6237984. OLE color: 6237984.

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

Color convert

RGB 32 47 95 -
CMYK 0.66 0.51 0 0.63
HSL 225.71º 0.5% 0.25% -
HSV(B) 225.71º 0.66% 0.37% -
XYZ 3.68 3.17 11.24 -
YUV 47.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 32 47 95 0.66 0.51 0 0.63 225.71 0.5 0.25
Hex 20 2F 5F 42 33 0 3F E2 32 19
Octal 40 57 137 102 63 0 77 342 62 31
Binary 100000 101111 1011111 1000010 110011 0 111111 11100010 110010 11001

Color Harmonies of #202F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202F5F

Black with #202F5F

Text Example


Text Example

White with #202F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #202F5F;
 }
 .AnyTagClassName
 {
   color: #202F5F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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