Html Css Color HEX #203460 Catalina Blue

📋 copy color: '#203460'

red 32 ◦ green 52 ◦ blue 96

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

Shades of Catalina Blue #203460

Tints of Catalina Blue #203460

RGB

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

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

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

R = 17.78%
G = 28.89%
B = 53.33%

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

#203460 (or 0x203460) is known color: Catalina Blue. HEX triplet: 20, 34 and 60. RGB value is (32,52,96). Sum of RGB (Red+Green+Blue) = 32+52+96=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #203460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203460 is #DFCB9F. Grayscale: #323232. Windows color (decimal): -14666656 or 6304800. OLE color: 6304800.

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

Color convert

RGB 32 52 96 -
CMYK 0.67 0.46 0 0.62
HSL 221.25º 0.5% 0.25% -
HSV(B) 221.25º 0.67% 0.38% -
XYZ 3.93 3.61 11.56 -
YUV 51.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 32 52 96 0.67 0.46 0 0.62 221.25 0.5 0.25
Hex 20 34 60 43 2E 0 3E DD 32 19
Octal 40 64 140 103 56 0 76 335 62 31
Binary 100000 110100 1100000 1000011 101110 0 111110 11011101 110010 11001

Color Harmonies of #203460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203460

Black with #203460

Text Example


Text Example

White with #203460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203460; }

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

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

background-color css

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

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

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

border-color css

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

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

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