Html Css Color HEX #213453 Catalina Blue

📋 copy color: '#213453'

red 33 ◦ green 52 ◦ blue 83

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

Shades of Catalina Blue #213453

Tints of Catalina Blue #213453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.95%

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

R = 19.64%
G = 30.95%
B = 49.4%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#213453 (or 0x213453) is known color: Catalina Blue. HEX triplet: 21, 34 and 53. RGB value is (33,52,83). Sum of RGB (Red+Green+Blue) = 33+52+83=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #213453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213453 is #DECBAC. Grayscale: #313131. Windows color (decimal): -14601133 or 5452833. OLE color: 5452833.

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

Color convert

RGB 33 52 83 -
CMYK 0.60 0.37 0 0.67
HSL 217.2º 0.43% 0.23% -
HSV(B) 217.2º 0.6% 0.33% -
XYZ 3.42 3.4 8.66 -
YUV 49.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 33 52 83 0.60 0.37 0 0.67 217.2 0.43 0.23
Hex 21 34 53 3C 25 0 43 D9 2B 17
Octal 41 64 123 74 45 0 103 331 53 27
Binary 100001 110100 1010011 111100 100101 0 1000011 11011001 101011 10111

Color Harmonies of #213453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213453

Black with #213453

Text Example


Text Example

White with #213453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213453; }

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

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

background-color css

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

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

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

border-color css

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

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

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