#15315C

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

Shades of Catalina Blue #15315C

Tints of Catalina Blue #15315C

Color information

#15315C (or 0x15315C) is unknown color: approx Catalina Blue. HEX triplet: 15, 31 and 5C. RGB value is (21,49,92). Sum of RGB (Red+Green+Blue) = 21+49+92=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #15315C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15315C is #EACEA3. Grayscale: #2D2D2D. Windows color (decimal): -15388324 or 6041877. OLE color: 6041877.

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

Color convert

RGB214992-
CMYK0.770.4700.64
HSL216.34º62.83%22.16%-
HSV(B)216.34º77.17%36.08%-
XYZ3.343.1310.55-
YUV45.53154.22110.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.96%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 92 (36.33% from 255) = 56.79%
R=12.96%
G=30.25%
B=56.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2149920.770.4700.64216.3462.8322.16
Hex15315C4D2F040d83f16
Octal25611341155701003307726
Binary1010111000110111001001101101111010000001101100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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