Html Css Color HEX #213464 Catalina Blue

📋 copy color: '#213464'

red 33 ◦ green 52 ◦ blue 100

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

Shades of Catalina Blue #213464

Tints of Catalina Blue #213464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 54.05%

R = 17.84%
G = 28.11%
B = 54.05%

CMYK

 C value IS 0.67

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#213464 (or 0x213464) is known color: Catalina Blue. HEX triplet: 21, 34 and 64. RGB value is (33,52,100). Sum of RGB (Red+Green+Blue) = 33+52+100=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 100 (39.45% from 255 or 54.05% from 185); Max value from RGB is 100 - color contains mainly: blue. Hex color #213464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213464 is #DECB9B. Grayscale: #333333. Windows color (decimal): -14601116 or 6566945. OLE color: 6566945.

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

Color convert

RGB 33 52 100 -
CMYK 0.67 0.48 0 0.61
HSL 222.99º 0.5% 0.26% -
HSV(B) 222.99º 0.67% 0.39% -
XYZ 4.16 3.7 12.55 -
YUV 51.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 33 52 100 0.67 0.48 0 0.61 222.99 0.5 0.26
Hex 21 34 64 43 30 0 3D DF 32 1A
Octal 41 64 144 103 60 0 75 337 62 32
Binary 100001 110100 1100100 1000011 110000 0 111101 11011111 110010 11010

Color Harmonies of #213464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213464

Black with #213464

Text Example


Text Example

White with #213464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213464; }

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

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

background-color css

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

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

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

border-color css

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

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

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