Html Css Color HEX #213658 Catalina Blue

📋 copy color: '#213658'

red 33 ◦ green 54 ◦ blue 88

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

Shades of Catalina Blue #213658

Tints of Catalina Blue #213658

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.86%

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

R = 18.86%
G = 30.86%
B = 50.29%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#213658 (or 0x213658) is known color: Catalina Blue. HEX triplet: 21, 36 and 58. RGB value is (33,54,88). Sum of RGB (Red+Green+Blue) = 33+54+88=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #213658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213658 is #DEC9A7. Grayscale: #333333. Windows color (decimal): -14600616 or 5781025. OLE color: 5781025.

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

Color convert

RGB 33 54 88 -
CMYK 0.62 0.39 0 0.65
HSL 217.09º 0.45% 0.24% -
HSV(B) 217.09º 0.63% 0.35% -
XYZ 3.71 3.67 9.74 -
YUV 51.6 148.54 114.74 -
System Red Green Blue C M Y K H S L
Decimal 33 54 88 0.62 0.39 0 0.65 217.09 0.45 0.24
Hex 21 36 58 3E 27 0 41 D9 2D 18
Octal 41 66 130 76 47 0 101 331 55 30
Binary 100001 110110 1011000 111110 100111 0 1000001 11011001 101101 11000

Color Harmonies of #213658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213658

Black with #213658

Text Example


Text Example

White with #213658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213658; }

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

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

background-color css

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

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

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

border-color css

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

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

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