Html Css Color HEX #203060 Catalina Blue

📋 copy color: '#203060'

red 32 ◦ green 48 ◦ blue 96

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

Shades of Catalina Blue #203060

Tints of Catalina Blue #203060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.27%

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

R = 18.18%
G = 27.27%
B = 54.55%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#203060 (or 0x203060) is known color: Catalina Blue. HEX triplet: 20, 30 and 60. RGB value is (32,48,96). Sum of RGB (Red+Green+Blue) = 32+48+96=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 96 (37.89% from 255 or 54.55% from 176); Max value from RGB is 96 - color contains mainly: blue. Hex color #203060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203060 is #DFCF9F. Grayscale: #303030. Windows color (decimal): -14667680 or 6303776. OLE color: 6303776.

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

Color convert

RGB 32 48 96 -
CMYK 0.67 0.50 0 0.62
HSL 225º 0.5% 0.25% -
HSV(B) 225º 0.67% 0.38% -
XYZ 3.76 3.27 11.5 -
YUV 48.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 32 48 96 0.67 0.50 0 0.62 225 0.5 0.25
Hex 20 30 60 43 32 0 3E E1 32 19
Octal 40 60 140 103 62 0 76 341 62 31
Binary 100000 110000 1100000 1000011 110010 0 111110 11100001 110010 11001

Color Harmonies of #203060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203060

Black with #203060

Text Example


Text Example

White with #203060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203060; }

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

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

background-color css

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

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

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

border-color css

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

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

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