Html Css Color HEX #266366 Blue Stone

📋 copy color: '#266366'

red 38 ◦ green 99 ◦ blue 102

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

Shades of Blue Stone #266366

Tints of Blue Stone #266366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.42%

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

R = 15.9%
G = 41.42%
B = 42.68%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#266366 (or 0x266366) is known color: Blue Stone. HEX triplet: 26, 63 and 66. RGB value is (38,99,102). Sum of RGB (Red+Green+Blue) = 38+99+102=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 102 - color contains mainly: blue. Hex color #266366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266366 is #D99C99. Grayscale: #515151. Windows color (decimal): -14261402 or 6710054. OLE color: 6710054.

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

Color convert

RGB 38 99 102 -
CMYK 0.63 0.03 0 0.6
HSL 182.81º 0.46% 0.27% -
HSV(B) 182.81º 0.63% 0.4% -
XYZ 7.66 10.3 14.15 -
YUV 81.1 139.79 97.26 -
System Red Green Blue C M Y K H S L
Decimal 38 99 102 0.63 0.03 0 0.6 182.81 0.46 0.27
Hex 26 63 66 3F 3 0 3C B7 2E 1B
Octal 46 143 146 77 3 0 74 267 56 33
Binary 100110 1100011 1100110 111111 11 0 111100 10110111 101110 11011

Color Harmonies of #266366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266366

Black with #266366

Text Example


Text Example

White with #266366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266366; }

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

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

background-color css

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

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

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

border-color css

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

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

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