Html Css Color HEX #213958 Catalina Blue

📋 copy color: '#213958'

red 33 ◦ green 57 ◦ blue 88

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

Shades of Catalina Blue #213958

Tints of Catalina Blue #213958

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.02%

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

R = 18.54%
G = 32.02%
B = 49.44%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#213958 (or 0x213958) is known color: Catalina Blue. HEX triplet: 21, 39 and 58. RGB value is (33,57,88). Sum of RGB (Red+Green+Blue) = 33+57+88=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #213958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213958 is #DEC6A7. Grayscale: #353535. Windows color (decimal): -14599848 or 5781793. OLE color: 5781793.

HSL color Cylindrical-coordinate representation of color #213958: hue angle of 213.82º 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 #213958 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 57 88 -
CMYK 0.62 0.35 0 0.65
HSL 213.82º 0.45% 0.24% -
HSV(B) 213.82º 0.63% 0.35% -
XYZ 3.85 3.95 9.79 -
YUV 53.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 33 57 88 0.62 0.35 0 0.65 213.82 0.45 0.24
Hex 21 39 58 3E 23 0 41 D6 2D 18
Octal 41 71 130 76 43 0 101 326 55 30
Binary 100001 111001 1011000 111110 100011 0 1000001 11010110 101101 11000

Color Harmonies of #213958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213958

Black with #213958

Text Example


Text Example

White with #213958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213958; }

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

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

background-color css

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

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

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

border-color css

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

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

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