Html Css Color HEX #266061 Blue Stone

📋 copy color: '#266061'

red 38 ◦ green 96 ◦ blue 97

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

Shades of Blue Stone #266061

Tints of Blue Stone #266061

RGB

 RED value IS 38 (15.23% from 255) = 16.45%

 GREEN value IS 96 (37.89% from 255) = 41.56%

 BLUE value IS 97 (38.28% from 255) = 41.99%

R = 16.45%
G = 41.56%
B = 41.99%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#266061 (or 0x266061) is known color: Blue Stone. HEX triplet: 26, 60 and 61. RGB value is (38,96,97). Sum of RGB (Red+Green+Blue) = 38+96+97=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #266061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266061 is #D99F9E. Grayscale: #4E4E4E. Windows color (decimal): -14262175 or 6381606. OLE color: 6381606.

HSL color Cylindrical-coordinate representation of color #266061: hue angle of 181.02º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #266061 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 96 97 -
CMYK 0.61 0.01 0 0.62
HSL 181.02º 0.44% 0.26% -
HSV(B) 181.02º 0.61% 0.38% -
XYZ 7.14 9.64 12.79 -
YUV 78.77 138.28 98.92 -
System Red Green Blue C M Y K H S L
Decimal 38 96 97 0.61 0.01 0 0.62 181.02 0.44 0.26
Hex 26 60 61 3D 1 0 3E B5 2C 1A
Octal 46 140 141 75 1 0 76 265 54 32
Binary 100110 1100000 1100001 111101 1 0 111110 10110101 101100 11010

Color Harmonies of #266061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266061

Black with #266061

Text Example


Text Example

White with #266061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266061; }

 p { color: rgb(38,96,97); }

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

background-color css

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

 a { background-color: rgb(38,96,97); }

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

border-color css

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

 span { border-color: rgb(38,96,97); }

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