Html Css Color HEX #203F71 Catalina Blue

📋 copy color: '#203F71'

red 32 ◦ green 63 ◦ blue 113

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

Shades of Catalina Blue #203F71

Tints of Catalina Blue #203F71

RGB

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

 GREEN value IS 63 (25% from 255) = 30.29%

 BLUE value IS 113 (44.53% from 255) = 54.33%

R = 15.38%
G = 30.29%
B = 54.33%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#203F71 (or 0x203F71) is known color: Catalina Blue. HEX triplet: 20, 3F and 71. RGB value is (32,63,113). Sum of RGB (Red+Green+Blue) = 32+63+113=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #203F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F71 is #DFC08E. Grayscale: #3B3B3B. Windows color (decimal): -14663823 or 7421728. OLE color: 7421728.

HSL color Cylindrical-coordinate representation of color #203F71: hue angle of 217.04º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #203F71 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 63 113 -
CMYK 0.72 0.44 0 0.56
HSL 217.04º 0.56% 0.28% -
HSV(B) 217.04º 0.72% 0.44% -
XYZ 5.35 5.05 16.32 -
YUV 59.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 32 63 113 0.72 0.44 0 0.56 217.04 0.56 0.28
Hex 20 3F 71 48 2C 0 38 D9 38 1C
Octal 40 77 161 110 54 0 70 331 70 34
Binary 100000 111111 1110001 1001000 101100 0 111000 11011001 111000 11100

Color Harmonies of #203F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203F71

Black with #203F71

Text Example


Text Example

White with #203F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203F71; }

 p { color: rgb(32,63,113); }

 H1.HeaderClassName
 {
   color: #203F71;
 }
 .AnyTagClassName
 {
   color: #203F71;
 }
</style>

background-color css

<style>
 a { background-color: #203F71; }

 a { background-color: rgb(32,63,113); }

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

border-color css

<style>
 span { border-color: #203F71; }

 span { border-color: rgb(32,63,113); }

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