#246769

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

Shades of Blue Stone #246769

Tints of Blue Stone #246769

Color information

#246769 (or 0x246769) is unknown color: approx Blue Stone. HEX triplet: 24, 67 and 69. RGB value is (36,103,105). Sum of RGB (Red+Green+Blue) = 36+103+105=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 105 - color contains mainly: blue. Hex color #246769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246769 is #DB9896. Grayscale: #535353. Windows color (decimal): -14391447 or 6907684. OLE color: 6907684.

HSL color Cylindrical-coordinate representation of color #246769: hue angle of 181.74º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #246769 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB36103105-
CMYK0.660.0200.59
HSL181.74º48.94%27.65%-
HSV(B)181.74º65.71%41.18%-
XYZ8.1311.115.08-
YUV83.2140.394.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.75%
GREEN value IS 103 (40.62% from 255) = 42.21%
BLUE value IS 105 (41.41% from 255) = 43.03%
R=14.75%
G=42.21%
B=43.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal361031050.660.0200.59181.7448.9427.65
Hex24676942203Bb6311c
Octal4414715110220732666134
Binary1001001100111110100110000101001110111011011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246769; }

 p { color: rgb(36,103,105); }

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

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

 a { background-color: rgb(36,103,105); }

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

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

 span { border-color: rgb(36,103,105); }

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