Html Css Color HEX #266661 Blue Stone

📋 copy color: '#266661'

red 38 ◦ green 102 ◦ blue 97

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

Shades of Blue Stone #266661

Tints of Blue Stone #266661

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.04%

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

R = 16.03%
G = 43.04%
B = 40.93%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#266661 (or 0x266661) is known color: Blue Stone. HEX triplet: 26, 66 and 61. RGB value is (38,102,97). Sum of RGB (Red+Green+Blue) = 38+102+97=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 102 - color contains mainly: green. Hex color #266661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266661 is #D9999E. Grayscale: #525252. Windows color (decimal): -14260639 or 6383142. OLE color: 6383142.

HSL color Cylindrical-coordinate representation of color #266661: hue angle of 175.31º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #266661 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 102 97 -
CMYK 0.63 0 0.05 0.6
HSL 175.31º 0.46% 0.27% -
HSV(B) 175.31º 0.63% 0.4% -
XYZ 7.71 10.78 12.98 -
YUV 82.29 136.3 96.41 -
System Red Green Blue C M Y K H S L
Decimal 38 102 97 0.63 0 0.05 0.6 175.31 0.46 0.27
Hex 26 66 61 3F 0 5 3C AF 2E 1B
Octal 46 146 141 77 0 5 74 257 56 33
Binary 100110 1100110 1100001 111111 0 101 111100 10101111 101110 11011

Color Harmonies of #266661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266661

Black with #266661

Text Example


Text Example

White with #266661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266661; }

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

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

background-color css

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

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

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

border-color css

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

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

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