Html Css Color HEX #213360 Catalina Blue

📋 copy color: '#213360'

red 33 ◦ green 51 ◦ blue 96

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

Shades of Catalina Blue #213360

Tints of Catalina Blue #213360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.33%

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

R = 18.33%
G = 28.33%
B = 53.33%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#213360 (or 0x213360) is known color: Catalina Blue. HEX triplet: 21, 33 and 60. RGB value is (33,51,96). Sum of RGB (Red+Green+Blue) = 33+51+96=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 51 (20.31% from 255 or 28.33% 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 #213360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213360 is #DECC9F. Grayscale: #323232. Windows color (decimal): -14601376 or 6304545. OLE color: 6304545.

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

Color convert

RGB 33 51 96 -
CMYK 0.66 0.47 0 0.62
HSL 222.86º 0.49% 0.25% -
HSV(B) 222.86º 0.66% 0.38% -
XYZ 3.92 3.54 11.54 -
YUV 50.75 153.54 115.34 -
System Red Green Blue C M Y K H S L
Decimal 33 51 96 0.66 0.47 0 0.62 222.86 0.49 0.25
Hex 21 33 60 42 2F 0 3E DF 31 19
Octal 41 63 140 102 57 0 76 337 61 31
Binary 100001 110011 1100000 1000010 101111 0 111110 11011111 110001 11001

Color Harmonies of #213360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213360

Black with #213360

Text Example


Text Example

White with #213360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213360; }

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

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

background-color css

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

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

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

border-color css

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

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

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