Html Css Color HEX #213554 Catalina Blue

📋 copy color: '#213554'

red 33 ◦ green 53 ◦ blue 84

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

Shades of Catalina Blue #213554

Tints of Catalina Blue #213554

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.18%

 BLUE value IS 84 (33.2% from 255) = 49.41%

R = 19.41%
G = 31.18%
B = 49.41%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#213554 (or 0x213554) is known color: Catalina Blue. HEX triplet: 21, 35 and 54. RGB value is (33,53,84). Sum of RGB (Red+Green+Blue) = 33+53+84=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #213554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213554 is #DECAAB. Grayscale: #323232. Windows color (decimal): -14600876 or 5518625. OLE color: 5518625.

HSL color Cylindrical-coordinate representation of color #213554: hue angle of 216.47º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #213554 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 53 84 -
CMYK 0.61 0.37 0 0.67
HSL 216.47º 0.44% 0.23% -
HSV(B) 216.47º 0.61% 0.33% -
XYZ 3.5 3.51 8.88 -
YUV 50.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 33 53 84 0.61 0.37 0 0.67 216.47 0.44 0.23
Hex 21 35 54 3D 25 0 43 D8 2C 17
Octal 41 65 124 75 45 0 103 330 54 27
Binary 100001 110101 1010100 111101 100101 0 1000011 11011000 101100 10111

Color Harmonies of #213554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213554

Black with #213554

Text Example


Text Example

White with #213554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213554; }

 p { color: rgb(33,53,84); }

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

background-color css

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

 a { background-color: rgb(33,53,84); }

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

border-color css

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

 span { border-color: rgb(33,53,84); }

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