#153462

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

Shades of Catalina Blue #153462

Tints of Catalina Blue #153462

Color information

#153462 (or 0x153462) is unknown color: approx Catalina Blue. HEX triplet: 15, 34 and 62. RGB value is (21,52,98). Sum of RGB (Red+Green+Blue) = 21+52+98=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #153462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153462 is #EACB9D. Grayscale: #2F2F2F. Windows color (decimal): -15387550 or 6435861. OLE color: 6435861.

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

Color convert

RGB215298-
CMYK0.790.4700.62
HSL215.84º64.71%23.33%-
HSV(B)215.84º78.57%38.43%-
XYZ3.743.512.03-
YUV47.97156.23108.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 98 (38.67% from 255) = 57.31%
R=12.28%
G=30.41%
B=57.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2152980.790.4700.62215.8464.7123.33
Hex1534624F2F03Ed84117
Octal25641421175707633010127
Binary1010111010011000101001111101111011111011011000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153462; }

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

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

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

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

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

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

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

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