#153561

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

Shades of Catalina Blue #153561

Tints of Catalina Blue #153561

Color information

#153561 (or 0x153561) is unknown color: approx Catalina Blue. HEX triplet: 15, 35 and 61. RGB value is (21,53,97). Sum of RGB (Red+Green+Blue) = 21+53+97=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #153561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153561 is #EACA9E. Grayscale: #303030. Windows color (decimal): -15387295 or 6370581. OLE color: 6370581.

HSL color Cylindrical-coordinate representation of color #153561: hue angle of 214.74º 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 #153561 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB215397-
CMYK0.780.4500.62
HSL214.74º64.41%23.14%-
HSV(B)214.74º78.35%38.04%-
XYZ3.743.5711.8-
YUV48.45155.4108.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 53 (21.09% from 255) = 30.99%
BLUE value IS 97 (38.28% from 255) = 56.73%
R=12.28%
G=30.99%
B=56.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2153970.780.4500.62214.7464.4123.14
Hex1535614E2D03Ed74017
Octal25651411165507632710027
Binary1010111010111000011001110101101011111011010111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153561; }

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

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

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

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

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

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

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

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