#267B86

Color #267B86 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #267B86

Tints of Atoll #267B86

Color information

#267B86 (or 0x267B86) is unknown color: approx Atoll. HEX triplet: 26, 7B and 86. RGB value is (38,123,134). Sum of RGB (Red+Green+Blue) = 38+123+134=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 134 - color contains mainly: blue. Hex color #267B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267B86 is #D98479. Grayscale: #626262. Windows color (decimal): -14255226 or 8813350. OLE color: 8813350.

HSL color Cylindrical-coordinate representation of color #267B86: hue angle of 186.88º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #267B86 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB38123134-
CMYK0.720.0800.47
HSL186.88º55.81%33.73%-
HSV(B)186.88º71.64%52.55%-
XYZ12.1916.325.06-
YUV98.84147.8484.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 123 (48.44% from 255) = 41.69%
BLUE value IS 134 (52.73% from 255) = 45.42%
R=12.88%
G=41.69%
B=45.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal381231340.720.0800.47186.8855.8133.73
Hex267B8648802Fbb3822
Octal46173206110100572737042
Binary10011011110111000011010010001000010111110111011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267B86; }

 p { color: rgb(38,123,134); }

 H1.HeaderClassName
 {
   color: #267B86;
 }
 .AnyTagClassName
 {
   color: #267B86;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #267B86;
 }
 .BgClassName
 {
   background-color: #267B86;
 }
</style>
border-color css

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

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

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