Html Css Color HEX #203F69 Catalina Blue

📋 copy color: '#203F69'

red 32 ◦ green 63 ◦ blue 105

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

Shades of Catalina Blue #203F69

Tints of Catalina Blue #203F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 52.5%

R = 16%
G = 31.5%
B = 52.5%

CMYK

 C value IS 0.70

 M value IS 0.4

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#203F69 (or 0x203F69) is known color: Catalina Blue. HEX triplet: 20, 3F and 69. RGB value is (32,63,105). Sum of RGB (Red+Green+Blue) = 32+63+105=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #203F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F69 is #DFC096. Grayscale: #3A3A3A. Windows color (decimal): -14663831 or 6897440. OLE color: 6897440.

HSL color Cylindrical-coordinate representation of color #203F69: hue angle of 214.52º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #203F69 is Cyan = 0.70, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 32 63 105 -
CMYK 0.70 0.4 0 0.59
HSL 214.52º 0.53% 0.27% -
HSV(B) 214.52º 0.7% 0.41% -
XYZ 4.92 4.88 14.05 -
YUV 58.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 32 63 105 0.70 0.4 0 0.59 214.52 0.53 0.27
Hex 20 3F 69 46 28 0 3B D7 35 1B
Octal 40 77 151 106 50 0 73 327 65 33
Binary 100000 111111 1101001 1000110 101000 0 111011 11010111 110101 11011

Color Harmonies of #203F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203F69

Black with #203F69

Text Example


Text Example

White with #203F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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