Html Css Color HEX #203E60 Catalina Blue

📋 copy color: '#203E60'

red 32 ◦ green 62 ◦ blue 96

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

Shades of Catalina Blue #203E60

Tints of Catalina Blue #203E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 50.53%

R = 16.84%
G = 32.63%
B = 50.53%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#203E60 (or 0x203E60) is known color: Catalina Blue. HEX triplet: 20, 3E and 60. RGB value is (32,62,96). Sum of RGB (Red+Green+Blue) = 32+62+96=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #203E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E60 is #DFC19F. Grayscale: #383838. Windows color (decimal): -14664096 or 6307360. OLE color: 6307360.

HSL color Cylindrical-coordinate representation of color #203E60: hue angle of 211.88º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #203E60 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 62 96 -
CMYK 0.67 0.35 0 0.62
HSL 211.88º 0.5% 0.25% -
HSV(B) 211.88º 0.67% 0.38% -
XYZ 4.43 4.6 11.72 -
YUV 56.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 32 62 96 0.67 0.35 0 0.62 211.88 0.5 0.25
Hex 20 3E 60 43 23 0 3E D4 32 19
Octal 40 76 140 103 43 0 76 324 62 31
Binary 100000 111110 1100000 1000011 100011 0 111110 11010100 110010 11001

Color Harmonies of #203E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203E60

Black with #203E60

Text Example


Text Example

White with #203E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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