Html Css Color HEX #213463 Catalina Blue

📋 copy color: '#213463'

red 33 ◦ green 52 ◦ blue 99

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

Shades of Catalina Blue #213463

Tints of Catalina Blue #213463

RGB

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

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

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

R = 17.93%
G = 28.26%
B = 53.8%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#213463 (or 0x213463) is known color: Catalina Blue. HEX triplet: 21, 34 and 63. RGB value is (33,52,99). Sum of RGB (Red+Green+Blue) = 33+52+99=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #213463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213463 is #DECB9C. Grayscale: #333333. Windows color (decimal): -14601117 or 6501409. OLE color: 6501409.

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

Color convert

RGB 33 52 99 -
CMYK 0.67 0.47 0 0.61
HSL 222.73º 0.5% 0.26% -
HSV(B) 222.73º 0.67% 0.39% -
XYZ 4.11 3.68 12.3 -
YUV 51.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 33 52 99 0.67 0.47 0 0.61 222.73 0.5 0.26
Hex 21 34 63 43 2F 0 3D DF 32 1A
Octal 41 64 143 103 57 0 75 337 62 32
Binary 100001 110100 1100011 1000011 101111 0 111101 11011111 110010 11010

Color Harmonies of #213463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213463

Black with #213463

Text Example


Text Example

White with #213463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213463; }

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

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

background-color css

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

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

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

border-color css

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

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

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