Html Css Color HEX #213550 Catalina Blue

📋 copy color: '#213550'

red 33 ◦ green 53 ◦ blue 80

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

Shades of Catalina Blue #213550

Tints of Catalina Blue #213550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 48.19%

R = 19.88%
G = 31.93%
B = 48.19%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#213550 (or 0x213550) is known color: Catalina Blue. HEX triplet: 21, 35 and 50. RGB value is (33,53,80). Sum of RGB (Red+Green+Blue) = 33+53+80=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #213550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213550 is #DECAAF. Grayscale: #313131. Windows color (decimal): -14600880 or 5256481. OLE color: 5256481.

HSL color Cylindrical-coordinate representation of color #213550: hue angle of 214.47º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #213550 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 53 80 -
CMYK 0.59 0.34 0 0.69
HSL 214.47º 0.42% 0.22% -
HSV(B) 214.47º 0.59% 0.31% -
XYZ 3.35 3.45 8.08 -
YUV 50.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 33 53 80 0.59 0.34 0 0.69 214.47 0.42 0.22
Hex 21 35 50 3B 22 0 45 D6 2A 16
Octal 41 65 120 73 42 0 105 326 52 26
Binary 100001 110101 1010000 111011 100010 0 1000101 11010110 101010 10110

Color Harmonies of #213550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213550

Black with #213550

Text Example


Text Example

White with #213550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213550; }

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

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

background-color css

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

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

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

border-color css

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

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

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