Html Css Color HEX #213657 Catalina Blue

📋 copy color: '#213657'

red 33 ◦ green 54 ◦ blue 87

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

Shades of Catalina Blue #213657

Tints of Catalina Blue #213657

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.03%

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

R = 18.97%
G = 31.03%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#213657 (or 0x213657) is known color: Catalina Blue. HEX triplet: 21, 36 and 57. RGB value is (33,54,87). Sum of RGB (Red+Green+Blue) = 33+54+87=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #213657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213657 is #DEC9A8. Grayscale: #333333. Windows color (decimal): -14600617 or 5715489. OLE color: 5715489.

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

Color convert

RGB 33 54 87 -
CMYK 0.62 0.38 0 0.66
HSL 216.67º 0.45% 0.24% -
HSV(B) 216.67º 0.62% 0.34% -
XYZ 3.67 3.65 9.53 -
YUV 51.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 33 54 87 0.62 0.38 0 0.66 216.67 0.45 0.24
Hex 21 36 57 3E 26 0 42 D9 2D 18
Octal 41 66 127 76 46 0 102 331 55 30
Binary 100001 110110 1010111 111110 100110 0 1000010 11011001 101101 11000

Color Harmonies of #213657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213657

Black with #213657

Text Example


Text Example

White with #213657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213657; }

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

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

background-color css

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

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

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

border-color css

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

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

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