Html Css Color HEX #213365 Catalina Blue

📋 copy color: '#213365'

red 33 ◦ green 51 ◦ blue 101

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

Shades of Catalina Blue #213365

Tints of Catalina Blue #213365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 54.59%

R = 17.84%
G = 27.57%
B = 54.59%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#213365 (or 0x213365) is known color: Catalina Blue. HEX triplet: 21, 33 and 65. RGB value is (33,51,101). Sum of RGB (Red+Green+Blue) = 33+51+101=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #213365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213365 is #DECC9A. Grayscale: #333333. Windows color (decimal): -14601371 or 6632225. OLE color: 6632225.

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

Color convert

RGB 33 51 101 -
CMYK 0.67 0.50 0 0.60
HSL 224.12º 0.51% 0.26% -
HSV(B) 224.12º 0.67% 0.4% -
XYZ 4.16 3.63 12.79 -
YUV 51.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 33 51 101 0.67 0.50 0 0.60 224.12 0.51 0.26
Hex 21 33 65 43 32 0 3C E0 33 1A
Octal 41 63 145 103 62 0 74 340 63 32
Binary 100001 110011 1100101 1000011 110010 0 111100 11100000 110011 11010

Color Harmonies of #213365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213365

Black with #213365

Text Example


Text Example

White with #213365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213365; }

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

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

background-color css

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

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

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

border-color css

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

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

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