Html Css Color HEX #213257 Catalina Blue

📋 copy color: '#213257'

red 33 ◦ green 50 ◦ blue 87

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

Shades of Catalina Blue #213257

Tints of Catalina Blue #213257

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.41%

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

R = 19.41%
G = 29.41%
B = 51.18%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#213257 (or 0x213257) is known color: Catalina Blue. HEX triplet: 21, 32 and 57. RGB value is (33,50,87). Sum of RGB (Red+Green+Blue) = 33+50+87=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 87 (34.38% from 255 or 51.18% from 170); Max value from RGB is 87 - color contains mainly: blue. Hex color #213257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213257 is #DECDA8. Grayscale: #303030. Windows color (decimal): -14601641 or 5714465. OLE color: 5714465.

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

Color convert

RGB 33 50 87 -
CMYK 0.62 0.43 0 0.66
HSL 221.11º 0.45% 0.24% -
HSV(B) 221.11º 0.62% 0.34% -
XYZ 3.49 3.29 9.47 -
YUV 49.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 33 50 87 0.62 0.43 0 0.66 221.11 0.45 0.24
Hex 21 32 57 3E 2B 0 42 DD 2D 18
Octal 41 62 127 76 53 0 102 335 55 30
Binary 100001 110010 1010111 111110 101011 0 1000010 11011101 101101 11000

Color Harmonies of #213257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213257

Black with #213257

Text Example


Text Example

White with #213257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213257; }

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

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

background-color css

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

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

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

border-color css

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

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

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