Html Css Color HEX #213563 Catalina Blue

📋 copy color: '#213563'

red 33 ◦ green 53 ◦ blue 99

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

Shades of Catalina Blue #213563

Tints of Catalina Blue #213563

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.65%

 BLUE value IS 99 (39.06% from 255) = 53.51%

R = 17.84%
G = 28.65%
B = 53.51%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#213563 (or 0x213563) is known color: Catalina Blue. HEX triplet: 21, 35 and 63. RGB value is (33,53,99). Sum of RGB (Red+Green+Blue) = 33+53+99=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #213563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213563 is #DECA9C. Grayscale: #343434. Windows color (decimal): -14600861 or 6501665. OLE color: 6501665.

HSL color Cylindrical-coordinate representation of color #213563: hue angle of 221.82º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #213563 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 53 99 -
CMYK 0.67 0.46 0 0.61
HSL 221.82º 0.5% 0.26% -
HSV(B) 221.82º 0.67% 0.39% -
XYZ 4.15 3.77 12.31 -
YUV 52.26 154.37 114.26 -
System Red Green Blue C M Y K H S L
Decimal 33 53 99 0.67 0.46 0 0.61 221.82 0.5 0.26
Hex 21 35 63 43 2E 0 3D DE 32 1A
Octal 41 65 143 103 56 0 75 336 62 32
Binary 100001 110101 1100011 1000011 101110 0 111101 11011110 110010 11010

Color Harmonies of #213563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213563

Black with #213563

Text Example


Text Example

White with #213563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213563; }

 p { color: rgb(33,53,99); }

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

background-color css

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

 a { background-color: rgb(33,53,99); }

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

border-color css

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

 span { border-color: rgb(33,53,99); }

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