#153562

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

Shades of Catalina Blue #153562

Tints of Catalina Blue #153562

Color information

#153562 (or 0x153562) is unknown color: approx Catalina Blue. HEX triplet: 15, 35 and 62. RGB value is (21,53,98). Sum of RGB (Red+Green+Blue) = 21+53+98=172 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.21% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #153562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153562 is #EACA9D. Grayscale: #303030. Windows color (decimal): -15387294 or 6436117. OLE color: 6436117.

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

Color convert

RGB215398-
CMYK0.790.4600.62
HSL215.06º64.71%23.33%-
HSV(B)215.06º78.57%38.43%-
XYZ3.793.5912.05-
YUV48.56155.9108.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.21%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 98 (38.67% from 255) = 56.98%
R=12.21%
G=30.81%
B=56.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2153980.790.4600.62215.0664.7123.33
Hex1535624F2E03Ed74117
Octal25651421175607632710127
Binary1010111010111000101001111101110011111011010111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153562; }

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

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

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

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

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

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

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

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