Html Css Color HEX #213753 Catalina Blue

📋 copy color: '#213753'

red 33 ◦ green 55 ◦ blue 83

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

Shades of Catalina Blue #213753

Tints of Catalina Blue #213753

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.16%

 BLUE value IS 83 (32.81% from 255) = 48.54%

R = 19.3%
G = 32.16%
B = 48.54%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#213753 (or 0x213753) is known color: Catalina Blue. HEX triplet: 21, 37 and 53. RGB value is (33,55,83). Sum of RGB (Red+Green+Blue) = 33+55+83=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #213753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213753 is #DEC8AC. Grayscale: #333333. Windows color (decimal): -14600365 or 5453601. OLE color: 5453601.

HSL color Cylindrical-coordinate representation of color #213753: hue angle of 213.6º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #213753 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 55 83 -
CMYK 0.60 0.34 0 0.67
HSL 213.6º 0.43% 0.23% -
HSV(B) 213.6º 0.6% 0.33% -
XYZ 3.55 3.68 8.71 -
YUV 51.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 33 55 83 0.60 0.34 0 0.67 213.6 0.43 0.23
Hex 21 37 53 3C 22 0 43 D6 2B 17
Octal 41 67 123 74 42 0 103 326 53 27
Binary 100001 110111 1010011 111100 100010 0 1000011 11010110 101011 10111

Color Harmonies of #213753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213753

Black with #213753

Text Example


Text Example

White with #213753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213753; }

 p { color: rgb(33,55,83); }

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

background-color css

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

 a { background-color: rgb(33,55,83); }

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

border-color css

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

 span { border-color: rgb(33,55,83); }

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