#267D8E

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

Shades of Atoll #267D8E

Tints of Atoll #267D8E

Color information

#267D8E (or 0x267D8E) is unknown color: approx Atoll. HEX triplet: 26, 7D and 8E. RGB value is (38,125,142). Sum of RGB (Red+Green+Blue) = 38+125+142=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #267D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267D8E is #D98271. Grayscale: #646464. Windows color (decimal): -14254706 or 9338150. OLE color: 9338150.

HSL color Cylindrical-coordinate representation of color #267D8E: hue angle of 189.81º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #267D8E is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB38125142-
CMYK0.730.1200.44
HSL189.81º57.78%35.29%-
HSV(B)189.81º73.24%55.69%-
XYZ13.0217.0328.19-
YUV100.92151.1883.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.46%
GREEN value IS 125 (49.22% from 255) = 40.98%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=12.46%
G=40.98%
B=46.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381251420.730.1200.44189.8157.7835.29
Hex267D8E49C02Cbe3a23
Octal46175216111140542767243
Binary10011011111011000111010010011100010110010111110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,125,142); }

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

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

 a { background-color: rgb(38,125,142); }

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

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

 span { border-color: rgb(38,125,142); }

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