Html Css Color HEX #213858 Catalina Blue

📋 copy color: '#213858'

red 33 ◦ green 56 ◦ blue 88

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

Shades of Catalina Blue #213858

Tints of Catalina Blue #213858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.64%

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

R = 18.64%
G = 31.64%
B = 49.72%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#213858 (or 0x213858) is known color: Catalina Blue. HEX triplet: 21, 38 and 58. RGB value is (33,56,88). Sum of RGB (Red+Green+Blue) = 33+56+88=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #213858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213858 is #DEC7A7. Grayscale: #343434. Windows color (decimal): -14600104 or 5781537. OLE color: 5781537.

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

Color convert

RGB 33 56 88 -
CMYK 0.62 0.36 0 0.65
HSL 214.91º 0.45% 0.24% -
HSV(B) 214.91º 0.63% 0.35% -
XYZ 3.8 3.86 9.78 -
YUV 52.77 147.88 113.9 -
System Red Green Blue C M Y K H S L
Decimal 33 56 88 0.62 0.36 0 0.65 214.91 0.45 0.24
Hex 21 38 58 3E 24 0 41 D7 2D 18
Octal 41 70 130 76 44 0 101 327 55 30
Binary 100001 111000 1011000 111110 100100 0 1000001 11010111 101101 11000

Color Harmonies of #213858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213858

Black with #213858

Text Example


Text Example

White with #213858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213858; }

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

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

background-color css

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

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

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

border-color css

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

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

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