Html Css Color HEX #213668 Catalina Blue

📋 copy color: '#213668'

red 33 ◦ green 54 ◦ blue 104

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

Shades of Catalina Blue #213668

Tints of Catalina Blue #213668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 54.45%

R = 17.28%
G = 28.27%
B = 54.45%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#213668 (or 0x213668) is known color: Catalina Blue. HEX triplet: 21, 36 and 68. RGB value is (33,54,104). Sum of RGB (Red+Green+Blue) = 33+54+104=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #213668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213668 is #DEC997. Grayscale: #353535. Windows color (decimal): -14600600 or 6829601. OLE color: 6829601.

HSL color Cylindrical-coordinate representation of color #213668: hue angle of 222.25º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #213668 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 54 104 -
CMYK 0.68 0.48 0 0.59
HSL 222.25º 0.52% 0.27% -
HSV(B) 222.25º 0.68% 0.41% -
XYZ 4.45 3.96 13.63 -
YUV 53.42 156.54 113.43 -
System Red Green Blue C M Y K H S L
Decimal 33 54 104 0.68 0.48 0 0.59 222.25 0.52 0.27
Hex 21 36 68 44 30 0 3B DE 34 1B
Octal 41 66 150 104 60 0 73 336 64 33
Binary 100001 110110 1101000 1000100 110000 0 111011 11011110 110100 11011

Color Harmonies of #213668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213668

Black with #213668

Text Example


Text Example

White with #213668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213668; }

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

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

background-color css

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

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

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

border-color css

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

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

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