Html Css Color HEX #21335B Catalina Blue

📋 copy color: '#21335B'

red 33 ◦ green 51 ◦ blue 91

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

Shades of Catalina Blue #21335B

Tints of Catalina Blue #21335B

RGB

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

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

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

R = 18.86%
G = 29.14%
B = 52%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21335B (or 0x21335B) is known color: Catalina Blue. HEX triplet: 21, 33 and 5B. RGB value is (33,51,91). Sum of RGB (Red+Green+Blue) = 33+51+91=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #21335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21335B is #DECCA4. Grayscale: #323232. Windows color (decimal): -14601381 or 5976865. OLE color: 5976865.

HSL color Cylindrical-coordinate representation of color #21335B: hue angle of 221.38º 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 #21335B is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 51 91 -
CMYK 0.64 0.44 0 0.64
HSL 221.38º 0.47% 0.24% -
HSV(B) 221.38º 0.64% 0.36% -
XYZ 3.7 3.45 10.37 -
YUV 50.18 151.04 115.75 -
System Red Green Blue C M Y K H S L
Decimal 33 51 91 0.64 0.44 0 0.64 221.38 0.47 0.24
Hex 21 33 5B 40 2C 0 40 DD 2F 18
Octal 41 63 133 100 54 0 100 335 57 30
Binary 100001 110011 1011011 1000000 101100 0 1000000 11011101 101111 11000

Color Harmonies of #21335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21335B

Black with #21335B

Text Example


Text Example

White with #21335B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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