Html Css Color HEX #203F68 Catalina Blue

📋 copy color: '#203F68'

red 32 ◦ green 63 ◦ blue 104

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

Shades of Catalina Blue #203F68

Tints of Catalina Blue #203F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 52.26%

R = 16.08%
G = 31.66%
B = 52.26%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#203F68 (or 0x203F68) is known color: Catalina Blue. HEX triplet: 20, 3F and 68. RGB value is (32,63,104). Sum of RGB (Red+Green+Blue) = 32+63+104=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #203F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F68 is #DFC097. Grayscale: #3A3A3A. Windows color (decimal): -14663832 or 6831904. OLE color: 6831904.

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

Color convert

RGB 32 63 104 -
CMYK 0.69 0.39 0 0.59
HSL 214.17º 0.53% 0.27% -
HSV(B) 214.17º 0.69% 0.41% -
XYZ 4.87 4.86 13.78 -
YUV 58.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 32 63 104 0.69 0.39 0 0.59 214.17 0.53 0.27
Hex 20 3F 68 45 27 0 3B D6 35 1B
Octal 40 77 150 105 47 0 73 326 65 33
Binary 100000 111111 1101000 1000101 100111 0 111011 11010110 110101 11011

Color Harmonies of #203F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203F68

Black with #203F68

Text Example


Text Example

White with #203F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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