#155462

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

Shades of Blue Stone #155462

Tints of Blue Stone #155462

Color information

#155462 (or 0x155462) is unknown color: approx Blue Stone. HEX triplet: 15, 54 and 62. RGB value is (21,84,98). Sum of RGB (Red+Green+Blue) = 21+84+98=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #155462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155462 is #EAAB9D. Grayscale: #424242. Windows color (decimal): -15379358 or 6444053. OLE color: 6444053.

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

Color convert

RGB218498-
CMYK0.790.1400.62
HSL190.91º64.71%23.33%-
HSV(B)190.91º78.57%38.43%-
XYZ5.687.3812.68-
YUV66.76145.6395.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.34%
GREEN value IS 84 (33.20% from 255) = 41.38%
BLUE value IS 98 (38.67% from 255) = 48.28%
R=10.34%
G=41.38%
B=48.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2184980.790.1400.62190.9164.7123.33
Hex1554624FE03Ebf4117
Octal251241421171607627710127
Binary101011010100110001010011111110011111010111111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155462; }

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

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

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

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

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

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

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

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