Html Css Color HEX #213060 Catalina Blue

📋 copy color: '#213060'

red 33 ◦ green 48 ◦ blue 96

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

Shades of Catalina Blue #213060

Tints of Catalina Blue #213060

RGB

 RED value IS 33 (13.28% from 255) = 18.64%

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

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

R = 18.64%
G = 27.12%
B = 54.24%

CMYK

 C value IS 0.66

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#213060 (or 0x213060) is known color: Catalina Blue. HEX triplet: 21, 30 and 60. RGB value is (33,48,96). Sum of RGB (Red+Green+Blue) = 33+48+96=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #213060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213060 is #DECF9F. Grayscale: #303030. Windows color (decimal): -14602144 or 6303777. OLE color: 6303777.

HSL color Cylindrical-coordinate representation of color #213060: hue angle of 225.71º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #213060 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 48 96 -
CMYK 0.66 0.50 0 0.62
HSL 225.71º 0.49% 0.25% -
HSV(B) 225.71º 0.66% 0.38% -
XYZ 3.8 3.28 11.5 -
YUV 48.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 33 48 96 0.66 0.50 0 0.62 225.71 0.49 0.25
Hex 21 30 60 42 32 0 3E E2 31 19
Octal 41 60 140 102 62 0 76 342 61 31
Binary 100001 110000 1100000 1000010 110010 0 111110 11100010 110001 11001

Color Harmonies of #213060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213060

Black with #213060

Text Example


Text Example

White with #213060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213060; }

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

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

background-color css

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

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

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

border-color css

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

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

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