Html Css Color HEX #256269 Blue Stone

📋 copy color: '#256269'

red 37 ◦ green 98 ◦ blue 105

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

Shades of Blue Stone #256269

Tints of Blue Stone #256269

RGB

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

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

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

R = 15.42%
G = 40.83%
B = 43.75%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#256269 (or 0x256269) is known color: Blue Stone. HEX triplet: 25, 62 and 69. RGB value is (37,98,105). Sum of RGB (Red+Green+Blue) = 37+98+105=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #256269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256269 is #DA9D96. Grayscale: #505050. Windows color (decimal): -14327191 or 6906405. OLE color: 6906405.

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

Color convert

RGB 37 98 105 -
CMYK 0.65 0.07 0 0.59
HSL 186.18º 0.48% 0.28% -
HSV(B) 186.18º 0.65% 0.41% -
XYZ 7.68 10.15 14.92 -
YUV 80.56 141.79 96.93 -
System Red Green Blue C M Y K H S L
Decimal 37 98 105 0.65 0.07 0 0.59 186.18 0.48 0.28
Hex 25 62 69 41 7 0 3B BA 30 1C
Octal 45 142 151 101 7 0 73 272 60 34
Binary 100101 1100010 1101001 1000001 111 0 111011 10111010 110000 11100

Color Harmonies of #256269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256269

Black with #256269

Text Example


Text Example

White with #256269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256269; }

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

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

background-color css

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

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

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

border-color css

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

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

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