#21315C

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

Shades of Catalina Blue #21315C

Tints of Catalina Blue #21315C

Color information

#21315C (or 0x21315C) is unknown color: approx Catalina Blue. HEX triplet: 21, 31 and 5C. RGB value is (33,49,92). Sum of RGB (Red+Green+Blue) = 33+49+92=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #21315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21315C is #DECEA3. Grayscale: #303030. Windows color (decimal): -14601892 or 6041889. OLE color: 6041889.

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

Color convert

RGB334992-
CMYK0.640.4700.64
HSL223.73º47.2%24.51%-
HSV(B)223.73º64.13%36.08%-
XYZ3.663.2910.57-
YUV49.12152.2116.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 92 (36.33% from 255) = 52.87%
R=18.97%
G=28.16%
B=52.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3349920.640.4700.64223.7347.224.51
Hex21315C402F040e02f19
Octal41611341005701003405731
Binary10000111000110111001000000101111010000001110000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21315C; }

 p { color: rgb(33,49,92); }

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

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

 a { background-color: rgb(33,49,92); }

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

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

 span { border-color: rgb(33,49,92); }

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