#267E89

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

Shades of Atoll #267E89

Tints of Atoll #267E89

Color information

#267E89 (or 0x267E89) is unknown color: approx Atoll. HEX triplet: 26, 7E and 89. RGB value is (38,126,137). Sum of RGB (Red+Green+Blue) = 38+126+137=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #267E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267E89 is #D98176. Grayscale: #646464. Windows color (decimal): -14254455 or 9010726. OLE color: 9010726.

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

Color convert

RGB38126137-
CMYK0.720.0800.46
HSL186.67º56.57%34.31%-
HSV(B)186.67º72.26%53.73%-
XYZ12.7817.1426.3-
YUV100.94148.3583.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.62%
GREEN value IS 126 (49.61% from 255) = 41.86%
BLUE value IS 137 (53.91% from 255) = 45.51%
R=12.62%
G=41.86%
B=45.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal381261370.720.0800.46186.6756.5734.31
Hex267E8948802Ebb3922
Octal46176211110100562737142
Binary10011011111101000100110010001000010111010111011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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