Html Css Color HEX #256469 Blue Stone

📋 copy color: '#256469'

red 37 ◦ green 100 ◦ blue 105

#256469
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #256469

Tints of Blue Stone #256469

RGB

 RED value IS 37 (14.84% from 255) = 15.29%

 GREEN value IS 100 (39.45% from 255) = 41.32%

 BLUE value IS 105 (41.41% from 255) = 43.39%

R = 15.29%
G = 41.32%
B = 43.39%

CMYK

 C value IS 0.65

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#256469 (or 0x256469) is known color: Blue Stone. HEX triplet: 25, 64 and 69. RGB value is (37,100,105). Sum of RGB (Red+Green+Blue) = 37+100+105=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #256469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256469 is #DA9B96. Grayscale: #515151. Windows color (decimal): -14326679 or 6906917. OLE color: 6906917.

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

Color convert

RGB 37 100 105 -
CMYK 0.65 0.05 0 0.59
HSL 184.41º 0.48% 0.28% -
HSV(B) 184.41º 0.65% 0.41% -
XYZ 7.87 10.53 14.98 -
YUV 81.73 141.13 96.09 -
System Red Green Blue C M Y K H S L
Decimal 37 100 105 0.65 0.05 0 0.59 184.41 0.48 0.28
Hex 25 64 69 41 5 0 3B B8 30 1C
Octal 45 144 151 101 5 0 73 270 60 34
Binary 100101 1100100 1101001 1000001 101 0 111011 10111000 110000 11100

Color Harmonies of #256469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256469

Black with #256469

Text Example


Text Example

White with #256469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256469; }

 p { color: rgb(37,100,105); }

 H1.HeaderClassName
 {
   color: #256469;
 }
 .AnyTagClassName
 {
   color: #256469;
 }
</style>

background-color css

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

 a { background-color: rgb(37,100,105); }

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

border-color css

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

 span { border-color: rgb(37,100,105); }

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