Html Css Color HEX #203C61 Catalina Blue

📋 copy color: '#203C61'

red 32 ◦ green 60 ◦ blue 97

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

Shades of Catalina Blue #203C61

Tints of Catalina Blue #203C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 51.32%

R = 16.93%
G = 31.75%
B = 51.32%

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

#203C61 (or 0x203C61) is known color: Catalina Blue. HEX triplet: 20, 3C and 61. RGB value is (32,60,97). Sum of RGB (Red+Green+Blue) = 32+60+97=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #203C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C61 is #DFC39E. Grayscale: #373737. Windows color (decimal): -14664607 or 6372384. OLE color: 6372384.

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

Color convert

RGB 32 60 97 -
CMYK 0.67 0.38 0 0.62
HSL 214.15º 0.5% 0.25% -
HSV(B) 214.15º 0.67% 0.38% -
XYZ 4.37 4.4 11.93 -
YUV 55.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 32 60 97 0.67 0.38 0 0.62 214.15 0.5 0.25
Hex 20 3C 61 43 26 0 3E D6 32 19
Octal 40 74 141 103 46 0 76 326 62 31
Binary 100000 111100 1100001 1000011 100110 0 111110 11010110 110010 11001

Color Harmonies of #203C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203C61

Black with #203C61

Text Example


Text Example

White with #203C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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