#21375B

Color #21375B Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #21375B

Tints of Catalina Blue #21375B

Color information

#21375B (or 0x21375B) is unknown color: approx Catalina Blue. HEX triplet: 21, 37 and 5B. RGB value is (33,55,91). Sum of RGB (Red+Green+Blue) = 33+55+91=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #21375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21375B is #DEC8A4. Grayscale: #343434. Windows color (decimal): -14600357 or 5977889. OLE color: 5977889.

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

Color convert

RGB335591-
CMYK0.640.4000.64
HSL217.24º46.77%24.31%-
HSV(B)217.24º63.74%35.69%-
XYZ3.883.8110.43-
YUV52.53149.71114.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.44%
GREEN value IS 55 (21.88% from 255) = 30.73%
BLUE value IS 91 (35.94% from 255) = 50.84%
R=18.44%
G=30.73%
B=50.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3355910.640.4000.64217.2446.7724.31
Hex21375B4028040d92f18
Octal41671331005001003315730
Binary10000111011110110111000000101000010000001101100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21375B;
 }
 .AnyTagClassName
 {
   color: #21375B;
 }
</style>
background-color css

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

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

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

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

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

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