Html Css Color HEX #213557 Catalina Blue

📋 copy color: '#213557'

red 33 ◦ green 53 ◦ blue 87

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

Shades of Catalina Blue #213557

Tints of Catalina Blue #213557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 50.29%

R = 19.08%
G = 30.64%
B = 50.29%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#213557 (or 0x213557) is known color: Catalina Blue. HEX triplet: 21, 35 and 57. RGB value is (33,53,87). Sum of RGB (Red+Green+Blue) = 33+53+87=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #213557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213557 is #DECAA8. Grayscale: #323232. Windows color (decimal): -14600873 or 5715233. OLE color: 5715233.

HSL color Cylindrical-coordinate representation of color #213557: hue angle of 217.78º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #213557 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 53 87 -
CMYK 0.62 0.39 0 0.66
HSL 217.78º 0.45% 0.24% -
HSV(B) 217.78º 0.62% 0.34% -
XYZ 3.62 3.56 9.51 -
YUV 50.9 148.37 115.24 -
System Red Green Blue C M Y K H S L
Decimal 33 53 87 0.62 0.39 0 0.66 217.78 0.45 0.24
Hex 21 35 57 3E 27 0 42 DA 2D 18
Octal 41 65 127 76 47 0 102 332 55 30
Binary 100001 110101 1010111 111110 100111 0 1000010 11011010 101101 11000

Color Harmonies of #213557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213557

Black with #213557

Text Example


Text Example

White with #213557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213557; }

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

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

background-color css

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

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

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

border-color css

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

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

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