Html Css Color HEX #213359 Catalina Blue

📋 copy color: '#213359'

red 33 ◦ green 51 ◦ blue 89

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

Shades of Catalina Blue #213359

Tints of Catalina Blue #213359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 51.45%

R = 19.08%
G = 29.48%
B = 51.45%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#213359 (or 0x213359) is known color: Catalina Blue. HEX triplet: 21, 33 and 59. RGB value is (33,51,89). Sum of RGB (Red+Green+Blue) = 33+51+89=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #213359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213359 is #DECCA6. Grayscale: #313131. Windows color (decimal): -14601383 or 5845793. OLE color: 5845793.

HSL color Cylindrical-coordinate representation of color #213359: hue angle of 220.71º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #213359 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 51 89 -
CMYK 0.63 0.43 0 0.65
HSL 220.71º 0.46% 0.24% -
HSV(B) 220.71º 0.63% 0.35% -
XYZ 3.61 3.41 9.92 -
YUV 49.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 33 51 89 0.63 0.43 0 0.65 220.71 0.46 0.24
Hex 21 33 59 3F 2B 0 41 DD 2E 18
Octal 41 63 131 77 53 0 101 335 56 30
Binary 100001 110011 1011001 111111 101011 0 1000001 11011101 101110 11000

Color Harmonies of #213359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213359

Black with #213359

Text Example


Text Example

White with #213359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213359; }

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

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

background-color css

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

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

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

border-color css

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

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

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