Html Css Color HEX #203F66 Catalina Blue

📋 copy color: '#203F66'

red 32 ◦ green 63 ◦ blue 102

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

Shades of Catalina Blue #203F66

Tints of Catalina Blue #203F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 51.78%

R = 16.24%
G = 31.98%
B = 51.78%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#203F66 (or 0x203F66) is known color: Catalina Blue. HEX triplet: 20, 3F and 66. RGB value is (32,63,102). Sum of RGB (Red+Green+Blue) = 32+63+102=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #203F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203F66 is #DFC099. Grayscale: #393939. Windows color (decimal): -14663834 or 6700832. OLE color: 6700832.

HSL color Cylindrical-coordinate representation of color #203F66: hue angle of 213.43º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #203F66 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 32 63 102 -
CMYK 0.69 0.38 0 0.6
HSL 213.43º 0.52% 0.26% -
HSV(B) 213.43º 0.69% 0.4% -
XYZ 4.77 4.82 13.25 -
YUV 58.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 32 63 102 0.69 0.38 0 0.6 213.43 0.52 0.26
Hex 20 3F 66 45 26 0 3C D5 34 1A
Octal 40 77 146 105 46 0 74 325 64 32
Binary 100000 111111 1100110 1000101 100110 0 111100 11010101 110100 11010

Color Harmonies of #203F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203F66

Black with #203F66

Text Example


Text Example

White with #203F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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