Html Css Color HEX #213353 Catalina Blue

📋 copy color: '#213353'

red 33 ◦ green 51 ◦ blue 83

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

Shades of Catalina Blue #213353

Tints of Catalina Blue #213353

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.54%

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

R = 19.76%
G = 30.54%
B = 49.7%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#213353 (or 0x213353) is known color: Catalina Blue. HEX triplet: 21, 33 and 53. RGB value is (33,51,83). Sum of RGB (Red+Green+Blue) = 33+51+83=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 83 - color contains mainly: blue. Hex color #213353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213353 is #DECCAC. Grayscale: #313131. Windows color (decimal): -14601389 or 5452577. OLE color: 5452577.

HSL color Cylindrical-coordinate representation of color #213353: hue angle of 218.4º 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 #213353 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 51 83 -
CMYK 0.60 0.39 0 0.67
HSL 218.4º 0.43% 0.23% -
HSV(B) 218.4º 0.6% 0.33% -
XYZ 3.37 3.32 8.65 -
YUV 49.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 33 51 83 0.60 0.39 0 0.67 218.4 0.43 0.23
Hex 21 33 53 3C 27 0 43 DA 2B 17
Octal 41 63 123 74 47 0 103 332 53 27
Binary 100001 110011 1010011 111100 100111 0 1000011 11011010 101011 10111

Color Harmonies of #213353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213353

Black with #213353

Text Example


Text Example

White with #213353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213353; }

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

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

background-color css

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

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

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

border-color css

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

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

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