Html Css Color HEX #256268 Blue Stone

📋 copy color: '#256268'

red 37 ◦ green 98 ◦ blue 104

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

Shades of Blue Stone #256268

Tints of Blue Stone #256268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41%

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

R = 15.48%
G = 41%
B = 43.51%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#256268 (or 0x256268) is known color: Blue Stone. HEX triplet: 25, 62 and 68. RGB value is (37,98,104). Sum of RGB (Red+Green+Blue) = 37+98+104=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #256268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256268 is #DA9D97. Grayscale: #505050. Windows color (decimal): -14327192 or 6840869. OLE color: 6840869.

HSL color Cylindrical-coordinate representation of color #256268: hue angle of 185.37º 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 #256268 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 98 104 -
CMYK 0.64 0.06 0 0.59
HSL 185.37º 0.48% 0.28% -
HSV(B) 185.37º 0.64% 0.41% -
XYZ 7.63 10.13 14.65 -
YUV 80.45 141.29 97.01 -
System Red Green Blue C M Y K H S L
Decimal 37 98 104 0.64 0.06 0 0.59 185.37 0.48 0.28
Hex 25 62 68 40 6 0 3B B9 30 1C
Octal 45 142 150 100 6 0 73 271 60 34
Binary 100101 1100010 1101000 1000000 110 0 111011 10111001 110000 11100

Color Harmonies of #256268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256268

Black with #256268

Text Example


Text Example

White with #256268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256268; }

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

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

background-color css

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

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

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

border-color css

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

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

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