Html Css Color HEX #203E66 Catalina Blue

📋 copy color: '#203E66'

red 32 ◦ green 62 ◦ blue 102

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

Shades of Catalina Blue #203E66

Tints of Catalina Blue #203E66

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.63%

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

R = 16.33%
G = 31.63%
B = 52.04%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#203E66 (or 0x203E66) is known color: Catalina Blue. HEX triplet: 20, 3E and 66. RGB value is (32,62,102). Sum of RGB (Red+Green+Blue) = 32+62+102=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #203E66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E66 is #DFC199. Grayscale: #393939. Windows color (decimal): -14664090 or 6700576. OLE color: 6700576.

HSL color Cylindrical-coordinate representation of color #203E66: hue angle of 214.29º 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 #203E66 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 32 62 102 -
CMYK 0.69 0.39 0 0.6
HSL 214.29º 0.52% 0.26% -
HSV(B) 214.29º 0.69% 0.4% -
XYZ 4.72 4.71 13.23 -
YUV 57.59 153.06 109.75 -
System Red Green Blue C M Y K H S L
Decimal 32 62 102 0.69 0.39 0 0.6 214.29 0.52 0.26
Hex 20 3E 66 45 27 0 3C D6 34 1A
Octal 40 76 146 105 47 0 74 326 64 32
Binary 100000 111110 1100110 1000101 100111 0 111100 11010110 110100 11010

Color Harmonies of #203E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203E66

Black with #203E66

Text Example


Text Example

White with #203E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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