Html Css Color HEX #203561 Catalina Blue

📋 copy color: '#203561'

red 32 ◦ green 53 ◦ blue 97

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

Shades of Catalina Blue #203561

Tints of Catalina Blue #203561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.12%

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

R = 17.58%
G = 29.12%
B = 53.3%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#203561 (or 0x203561) is known color: Catalina Blue. HEX triplet: 20, 35 and 61. RGB value is (32,53,97). Sum of RGB (Red+Green+Blue) = 32+53+97=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #203561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203561 is #DFCA9E. Grayscale: #333333. Windows color (decimal): -14666399 or 6370592. OLE color: 6370592.

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

Color convert

RGB 32 53 97 -
CMYK 0.67 0.45 0 0.62
HSL 220.62º 0.5% 0.25% -
HSV(B) 220.62º 0.67% 0.38% -
XYZ 4.03 3.72 11.81 -
YUV 51.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 32 53 97 0.67 0.45 0 0.62 220.62 0.5 0.25
Hex 20 35 61 43 2D 0 3E DD 32 19
Octal 40 65 141 103 55 0 76 335 62 31
Binary 100000 110101 1100001 1000011 101101 0 111110 11011101 110010 11001

Color Harmonies of #203561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203561

Black with #203561

Text Example


Text Example

White with #203561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203561; }

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

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

background-color css

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

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

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

border-color css

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

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

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