Html Css Color HEX #266060 Blue Stone

📋 copy color: '#266060'

red 38 ◦ green 96 ◦ blue 96

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

Shades of Blue Stone #266060

Tints of Blue Stone #266060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.74%

R = 16.52%
G = 41.74%
B = 41.74%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#266060 (or 0x266060) is known color: Blue Stone. HEX triplet: 26, 60 and 60. RGB value is (38,96,96). Sum of RGB (Red+Green+Blue) = 38+96+96=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #266060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266060 is #D99F9F. Grayscale: #4E4E4E. Windows color (decimal): -14262176 or 6316070. OLE color: 6316070.

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

Color convert

RGB 38 96 96 -
CMYK 0.60 0 0 0.62
HSL 180º 0.43% 0.26% -
HSV(B) 180º 0.6% 0.38% -
XYZ 7.09 9.62 12.55 -
YUV 78.66 137.78 99 -
System Red Green Blue C M Y K H S L
Decimal 38 96 96 0.60 0 0 0.62 180 0.43 0.26
Hex 26 60 60 3C 0 0 3E B4 2B 1A
Octal 46 140 140 74 0 0 76 264 53 32
Binary 100110 1100000 1100000 111100 0 0 111110 10110100 101011 11010

Color Harmonies of #266060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266060

Black with #266060

Text Example


Text Example

White with #266060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266060; }

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

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

background-color css

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

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

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

border-color css

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

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

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