#267E88

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

Shades of Atoll #267E88

Tints of Atoll #267E88

Color information

#267E88 (or 0x267E88) is unknown color: approx Atoll. HEX triplet: 26, 7E and 88. RGB value is (38,126,136). Sum of RGB (Red+Green+Blue) = 38+126+136=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 126 (49.61% from 255 or 42% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #267E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267E88 is #D98177. Grayscale: #646464. Windows color (decimal): -14254456 or 8945190. OLE color: 8945190.

HSL color Cylindrical-coordinate representation of color #267E88: hue angle of 186.12º 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 #267E88 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB38126136-
CMYK0.720.0700.47
HSL186.12º56.32%34.12%-
HSV(B)186.12º72.06%53.33%-
XYZ12.717.1125.93-
YUV100.83147.8583.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.67%
GREEN value IS 126 (49.61% from 255) = 42%
BLUE value IS 136 (53.52% from 255) = 45.33%
R=12.67%
G=42%
B=45.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal381261360.720.0700.47186.1256.3234.12
Hex267E8848702Fba3822
Octal4617621011070572727042
Binary1001101111110100010001001000111010111110111010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,126,136); }

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

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

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

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

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

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

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