Html Css Color HEX #256468 Blue Stone

📋 copy color: '#256468'

red 37 ◦ green 100 ◦ blue 104

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

Shades of Blue Stone #256468

Tints of Blue Stone #256468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.15%

R = 15.35%
G = 41.49%
B = 43.15%

CMYK

 C value IS 0.64

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#256468 (or 0x256468) is known color: Blue Stone. HEX triplet: 25, 64 and 68. RGB value is (37,100,104). Sum of RGB (Red+Green+Blue) = 37+100+104=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #256468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256468 is #DA9B97. Grayscale: #515151. Windows color (decimal): -14326680 or 6841381. OLE color: 6841381.

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

Color convert

RGB 37 100 104 -
CMYK 0.64 0.04 0 0.59
HSL 183.58º 0.48% 0.28% -
HSV(B) 183.58º 0.64% 0.41% -
XYZ 7.82 10.51 14.71 -
YUV 81.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 37 100 104 0.64 0.04 0 0.59 183.58 0.48 0.28
Hex 25 64 68 40 4 0 3B B8 30 1C
Octal 45 144 150 100 4 0 73 270 60 34
Binary 100101 1100100 1101000 1000000 100 0 111011 10111000 110000 11100

Color Harmonies of #256468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256468

Black with #256468

Text Example


Text Example

White with #256468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256468; }

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

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

background-color css

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

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

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

border-color css

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

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

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