Html Css Color HEX #203C60 Catalina Blue

📋 copy color: '#203C60'

red 32 ◦ green 60 ◦ blue 96

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

Shades of Catalina Blue #203C60

Tints of Catalina Blue #203C60

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.91%

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

R = 17.02%
G = 31.91%
B = 51.06%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#203C60 (or 0x203C60) is known color: Catalina Blue. HEX triplet: 20, 3C and 60. RGB value is (32,60,96). Sum of RGB (Red+Green+Blue) = 32+60+96=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #203C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C60 is #DFC39F. Grayscale: #373737. Windows color (decimal): -14664608 or 6306848. OLE color: 6306848.

HSL color Cylindrical-coordinate representation of color #203C60: hue angle of 213.75º 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 #203C60 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 60 96 -
CMYK 0.67 0.38 0 0.62
HSL 213.75º 0.5% 0.25% -
HSV(B) 213.75º 0.67% 0.38% -
XYZ 4.32 4.38 11.68 -
YUV 55.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 32 60 96 0.67 0.38 0 0.62 213.75 0.5 0.25
Hex 20 3C 60 43 26 0 3E D6 32 19
Octal 40 74 140 103 46 0 76 326 62 31
Binary 100000 111100 1100000 1000011 100110 0 111110 11010110 110010 11001

Color Harmonies of #203C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203C60

Black with #203C60

Text Example


Text Example

White with #203C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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