Html Css Color HEX #203F70 Catalina Blue

📋 copy color: '#203F70'

red 32 ◦ green 63 ◦ blue 112

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

Shades of Catalina Blue #203F70

Tints of Catalina Blue #203F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 54.11%

R = 15.46%
G = 30.43%
B = 54.11%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#203F70 (or 0x203F70) is known color: Catalina Blue. HEX triplet: 20, 3F and 70. RGB value is (32,63,112). Sum of RGB (Red+Green+Blue) = 32+63+112=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #203F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F70 is #DFC08F. Grayscale: #3B3B3B. Windows color (decimal): -14663824 or 7356192. OLE color: 7356192.

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

Color convert

RGB 32 63 112 -
CMYK 0.71 0.44 0 0.56
HSL 216.75º 0.56% 0.28% -
HSV(B) 216.75º 0.71% 0.44% -
XYZ 5.3 5.03 16.02 -
YUV 59.32 157.73 108.52 -
System Red Green Blue C M Y K H S L
Decimal 32 63 112 0.71 0.44 0 0.56 216.75 0.56 0.28
Hex 20 3F 70 47 2C 0 38 D9 38 1C
Octal 40 77 160 107 54 0 70 331 70 34
Binary 100000 111111 1110000 1000111 101100 0 111000 11011001 111000 11100

Color Harmonies of #203F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203F70

Black with #203F70

Text Example


Text Example

White with #203F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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