Html Css Color HEX #213458 Catalina Blue

📋 copy color: '#213458'

red 33 ◦ green 52 ◦ blue 88

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

Shades of Catalina Blue #213458

Tints of Catalina Blue #213458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 50.87%

R = 19.08%
G = 30.06%
B = 50.87%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#213458 (or 0x213458) is known color: Catalina Blue. HEX triplet: 21, 34 and 58. RGB value is (33,52,88). Sum of RGB (Red+Green+Blue) = 33+52+88=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #213458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213458 is #DECBA7. Grayscale: #323232. Windows color (decimal): -14601128 or 5780513. OLE color: 5780513.

HSL color Cylindrical-coordinate representation of color #213458: hue angle of 219.27º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #213458 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 52 88 -
CMYK 0.62 0.41 0 0.65
HSL 219.27º 0.45% 0.24% -
HSV(B) 219.27º 0.63% 0.35% -
XYZ 3.62 3.48 9.71 -
YUV 50.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 33 52 88 0.62 0.41 0 0.65 219.27 0.45 0.24
Hex 21 34 58 3E 29 0 41 DB 2D 18
Octal 41 64 130 76 51 0 101 333 55 30
Binary 100001 110100 1011000 111110 101001 0 1000001 11011011 101101 11000

Color Harmonies of #213458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213458

Black with #213458

Text Example


Text Example

White with #213458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213458; }

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

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

background-color css

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

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

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

border-color css

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

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

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