Html Css Color HEX #20335F Catalina Blue

📋 copy color: '#20335F'

red 32 ◦ green 51 ◦ blue 95

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

Shades of Catalina Blue #20335F

Tints of Catalina Blue #20335F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.65%

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

R = 17.98%
G = 28.65%
B = 53.37%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20335F (or 0x20335F) is known color: Catalina Blue. HEX triplet: 20, 33 and 5F. RGB value is (32,51,95). Sum of RGB (Red+Green+Blue) = 32+51+95=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #20335F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20335F is #DFCCA0. Grayscale: #323232. Windows color (decimal): -14666913 or 6239008. OLE color: 6239008.

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

Color convert

RGB 32 51 95 -
CMYK 0.66 0.46 0 0.63
HSL 221.9º 0.5% 0.25% -
HSV(B) 221.9º 0.66% 0.37% -
XYZ 3.85 3.5 11.3 -
YUV 50.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 32 51 95 0.66 0.46 0 0.63 221.9 0.5 0.25
Hex 20 33 5F 42 2E 0 3F DE 32 19
Octal 40 63 137 102 56 0 77 336 62 31
Binary 100000 110011 1011111 1000010 101110 0 111111 11011110 110010 11001

Color Harmonies of #20335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20335F

Black with #20335F

Text Example


Text Example

White with #20335F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20335F;
 }
 .AnyTagClassName
 {
   color: #20335F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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