Html Css Color HEX #203461 Catalina Blue

📋 copy color: '#203461'

red 32 ◦ green 52 ◦ blue 97

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

Shades of Catalina Blue #203461

Tints of Catalina Blue #203461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.73%

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

R = 17.68%
G = 28.73%
B = 53.59%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#203461 (or 0x203461) is known color: Catalina Blue. HEX triplet: 20, 34 and 61. RGB value is (32,52,97). Sum of RGB (Red+Green+Blue) = 32+52+97=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #203461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203461 is #DFCB9E. Grayscale: #323232. Windows color (decimal): -14666655 or 6370336. OLE color: 6370336.

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

Color convert

RGB 32 52 97 -
CMYK 0.67 0.46 0 0.62
HSL 221.54º 0.5% 0.25% -
HSV(B) 221.54º 0.67% 0.38% -
XYZ 3.98 3.63 11.8 -
YUV 51.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 32 52 97 0.67 0.46 0 0.62 221.54 0.5 0.25
Hex 20 34 61 43 2E 0 3E DE 32 19
Octal 40 64 141 103 56 0 76 336 62 31
Binary 100000 110100 1100001 1000011 101110 0 111110 11011110 110010 11001

Color Harmonies of #203461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203461

Black with #203461

Text Example


Text Example

White with #203461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203461; }

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

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

background-color css

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

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

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

border-color css

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

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

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