Html Css Color HEX #213366 Catalina Blue

📋 copy color: '#213366'

red 33 ◦ green 51 ◦ blue 102

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

Shades of Catalina Blue #213366

Tints of Catalina Blue #213366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 54.84%

R = 17.74%
G = 27.42%
B = 54.84%

CMYK

 C value IS 0.68

 M value IS 0.5

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#213366 (or 0x213366) is known color: Catalina Blue. HEX triplet: 21, 33 and 66. RGB value is (33,51,102). Sum of RGB (Red+Green+Blue) = 33+51+102=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 102 (40.23% from 255 or 54.84% from 186); Max value from RGB is 102 - color contains mainly: blue. Hex color #213366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213366 is #DECC99. Grayscale: #333333. Windows color (decimal): -14601370 or 6697761. OLE color: 6697761.

HSL color Cylindrical-coordinate representation of color #213366: hue angle of 224.35º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #213366 is Cyan = 0.68, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 33 51 102 -
CMYK 0.68 0.5 0 0.6
HSL 224.35º 0.51% 0.26% -
HSV(B) 224.35º 0.68% 0.4% -
XYZ 4.21 3.65 13.05 -
YUV 51.43 156.54 114.85 -
System Red Green Blue C M Y K H S L
Decimal 33 51 102 0.68 0.5 0 0.6 224.35 0.51 0.26
Hex 21 33 66 44 32 0 3C E0 33 1A
Octal 41 63 146 104 62 0 74 340 63 32
Binary 100001 110011 1100110 1000100 110010 0 111100 11100000 110011 11010

Color Harmonies of #213366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213366

Black with #213366

Text Example


Text Example

White with #213366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213366; }

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

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

background-color css

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

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

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

border-color css

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

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

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