Html Css Color HEX #25696C Blue Stone

📋 copy color: '#25696C'

red 37 ◦ green 105 ◦ blue 108

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

Shades of Blue Stone #25696C

Tints of Blue Stone #25696C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42%

 BLUE value IS 108 (42.58% from 255) = 43.2%

R = 14.8%
G = 42%
B = 43.2%

CMYK

 C value IS 0.66

 M value IS 0.03

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25696C (or 0x25696C) is known color: Blue Stone. HEX triplet: 25, 69 and 6C. RGB value is (37,105,108). Sum of RGB (Red+Green+Blue) = 37+105+108=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #25696C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25696C is #DA9693. Grayscale: #545454. Windows color (decimal): -14325396 or 7104805. OLE color: 7104805.

HSL color Cylindrical-coordinate representation of color #25696C: hue angle of 182.54º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25696C is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 105 108 -
CMYK 0.66 0.03 0 0.58
HSL 182.54º 0.49% 0.28% -
HSV(B) 182.54º 0.66% 0.42% -
XYZ 8.52 11.58 15.97 -
YUV 85.01 140.97 93.76 -
System Red Green Blue C M Y K H S L
Decimal 37 105 108 0.66 0.03 0 0.58 182.54 0.49 0.28
Hex 25 69 6C 42 3 0 3A B7 31 1C
Octal 45 151 154 102 3 0 72 267 61 34
Binary 100101 1101001 1101100 1000010 11 0 111010 10110111 110001 11100

Color Harmonies of #25696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25696C

Black with #25696C

Text Example


Text Example

White with #25696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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