Html Css Color HEX #20375F Catalina Blue

📋 copy color: '#20375F'

red 32 ◦ green 55 ◦ blue 95

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

Shades of Catalina Blue #20375F

Tints of Catalina Blue #20375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.22%

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

R = 17.58%
G = 30.22%
B = 52.2%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20375F (or 0x20375F) is known color: Catalina Blue. HEX triplet: 20, 37 and 5F. RGB value is (32,55,95). Sum of RGB (Red+Green+Blue) = 32+55+95=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #20375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20375F is #DFC8A0. Grayscale: #343434. Windows color (decimal): -14665889 or 6240032. OLE color: 6240032.

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

Color convert

RGB 32 55 95 -
CMYK 0.66 0.42 0 0.63
HSL 218.1º 0.5% 0.25% -
HSV(B) 218.1º 0.66% 0.37% -
XYZ 4.03 3.87 11.36 -
YUV 52.68 151.88 113.25 -
System Red Green Blue C M Y K H S L
Decimal 32 55 95 0.66 0.42 0 0.63 218.1 0.5 0.25
Hex 20 37 5F 42 2A 0 3F DA 32 19
Octal 40 67 137 102 52 0 77 332 62 31
Binary 100000 110111 1011111 1000010 101010 0 111111 11011010 110010 11001

Color Harmonies of #20375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20375F

Black with #20375F

Text Example


Text Example

White with #20375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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