Html Css Color HEX #21365D Catalina Blue

📋 copy color: '#21365D'

red 33 ◦ green 54 ◦ blue 93

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

Shades of Catalina Blue #21365D

Tints of Catalina Blue #21365D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 51.67%

R = 18.33%
G = 30%
B = 51.67%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21365D (or 0x21365D) is known color: Catalina Blue. HEX triplet: 21, 36 and 5D. RGB value is (33,54,93). Sum of RGB (Red+Green+Blue) = 33+54+93=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #21365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21365D is #DEC9A2. Grayscale: #333333. Windows color (decimal): -14600611 or 6108705. OLE color: 6108705.

HSL color Cylindrical-coordinate representation of color #21365D: hue angle of 219º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21365D is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 54 93 -
CMYK 0.65 0.42 0 0.64
HSL 219º 0.48% 0.25% -
HSV(B) 219º 0.65% 0.36% -
XYZ 3.92 3.75 10.87 -
YUV 52.17 151.04 114.33 -
System Red Green Blue C M Y K H S L
Decimal 33 54 93 0.65 0.42 0 0.64 219 0.48 0.25
Hex 21 36 5D 41 2A 0 40 DB 30 19
Octal 41 66 135 101 52 0 100 333 60 31
Binary 100001 110110 1011101 1000001 101010 0 1000000 11011011 110000 11001

Color Harmonies of #21365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21365D

Black with #21365D

Text Example


Text Example

White with #21365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21365D; }

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

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

background-color css

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

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

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

border-color css

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

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

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