Html Css Color HEX #213368 Catalina Blue

📋 copy color: '#213368'

red 33 ◦ green 51 ◦ blue 104

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

Shades of Catalina Blue #213368

Tints of Catalina Blue #213368

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.13%

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

R = 17.55%
G = 27.13%
B = 55.32%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#213368 (or 0x213368) is known color: Catalina Blue. HEX triplet: 21, 33 and 68. RGB value is (33,51,104). Sum of RGB (Red+Green+Blue) = 33+51+104=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #213368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213368 is #DECC97. Grayscale: #333333. Windows color (decimal): -14601368 or 6828833. OLE color: 6828833.

HSL color Cylindrical-coordinate representation of color #213368: hue angle of 224.79º 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 #213368 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 51 104 -
CMYK 0.68 0.51 0 0.59
HSL 224.79º 0.52% 0.27% -
HSV(B) 224.79º 0.68% 0.41% -
XYZ 4.31 3.69 13.58 -
YUV 51.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 33 51 104 0.68 0.51 0 0.59 224.79 0.52 0.27
Hex 21 33 68 44 33 0 3B E1 34 1B
Octal 41 63 150 104 63 0 73 341 64 33
Binary 100001 110011 1101000 1000100 110011 0 111011 11100001 110100 11011

Color Harmonies of #213368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213368

Black with #213368

Text Example


Text Example

White with #213368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213368; }

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

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

background-color css

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

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

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

border-color css

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

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

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