#153361

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

Shades of Catalina Blue #153361

Tints of Catalina Blue #153361

Color information

#153361 (or 0x153361) is unknown color: approx Catalina Blue. HEX triplet: 15, 33 and 61. RGB value is (21,51,97). Sum of RGB (Red+Green+Blue) = 21+51+97=169 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.43% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #153361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153361 is #EACC9E. Grayscale: #2F2F2F. Windows color (decimal): -15387807 or 6370069. OLE color: 6370069.

HSL color Cylindrical-coordinate representation of color #153361: hue angle of 216.32º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #153361 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB215197-
CMYK0.780.4700.62
HSL216.32º64.41%23.14%-
HSV(B)216.32º78.35%38.04%-
XYZ3.653.3911.77-
YUV47.27156.06109.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.43%
GREEN value IS 51 (20.31% from 255) = 30.18%
BLUE value IS 97 (38.28% from 255) = 57.40%
R=12.43%
G=30.18%
B=57.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2151970.780.4700.62216.3264.4123.14
Hex1533614E2F03Ed84017
Octal25631411165707633010027
Binary1010111001111000011001110101111011111011011000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153361; }

 p { color: rgb(21,51,97); }

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

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

 a { background-color: rgb(21,51,97); }

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

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

 span { border-color: rgb(21,51,97); }

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