Html Css Color HEX #266066 Blue Stone

📋 copy color: '#266066'

red 38 ◦ green 96 ◦ blue 102

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

Shades of Blue Stone #266066

Tints of Blue Stone #266066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.22%

R = 16.1%
G = 40.68%
B = 43.22%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#266066 (or 0x266066) is known color: Blue Stone. HEX triplet: 26, 60 and 66. RGB value is (38,96,102). Sum of RGB (Red+Green+Blue) = 38+96+102=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 102 - color contains mainly: blue. Hex color #266066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266066 is #D99F99. Grayscale: #4F4F4F. Windows color (decimal): -14262170 or 6709286. OLE color: 6709286.

HSL color Cylindrical-coordinate representation of color #266066: hue angle of 185.62º 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 #266066 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 96 102 -
CMYK 0.63 0.06 0 0.6
HSL 185.63º 0.46% 0.27% -
HSV(B) 185.63º 0.63% 0.4% -
XYZ 7.38 9.74 14.06 -
YUV 79.34 140.78 98.51 -
System Red Green Blue C M Y K H S L
Decimal 38 96 102 0.63 0.06 0 0.6 185.63 0.46 0.27
Hex 26 60 66 3F 6 0 3C BA 2E 1B
Octal 46 140 146 77 6 0 74 272 56 33
Binary 100110 1100000 1100110 111111 110 0 111100 10111010 101110 11011

Color Harmonies of #266066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266066

Black with #266066

Text Example


Text Example

White with #266066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266066; }

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

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

background-color css

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

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

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

border-color css

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

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

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