Html Css Color HEX #21365B Catalina Blue

📋 copy color: '#21365B'

red 33 ◦ green 54 ◦ blue 91

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

Shades of Catalina Blue #21365B

Tints of Catalina Blue #21365B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 51.12%

R = 18.54%
G = 30.34%
B = 51.12%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21365B (or 0x21365B) is known color: Catalina Blue. HEX triplet: 21, 36 and 5B. RGB value is (33,54,91). Sum of RGB (Red+Green+Blue) = 33+54+91=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #21365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21365B is #DEC9A4. Grayscale: #333333. Windows color (decimal): -14600613 or 5977633. OLE color: 5977633.

HSL color Cylindrical-coordinate representation of color #21365B: hue angle of 218.28º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21365B is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 54 91 -
CMYK 0.64 0.41 0 0.64
HSL 218.28º 0.47% 0.24% -
HSV(B) 218.28º 0.64% 0.36% -
XYZ 3.83 3.72 10.41 -
YUV 51.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 33 54 91 0.64 0.41 0 0.64 218.28 0.47 0.24
Hex 21 36 5B 40 29 0 40 DA 2F 18
Octal 41 66 133 100 51 0 100 332 57 30
Binary 100001 110110 1011011 1000000 101001 0 1000000 11011010 101111 11000

Color Harmonies of #21365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21365B

Black with #21365B

Text Example


Text Example

White with #21365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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