#267D89

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

Shades of Atoll #267D89

Tints of Atoll #267D89

Color information

#267D89 (or 0x267D89) is unknown color: approx Atoll. HEX triplet: 26, 7D and 89. RGB value is (38,125,137). Sum of RGB (Red+Green+Blue) = 38+125+137=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #267D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267D89 is #D98276. Grayscale: #646464. Windows color (decimal): -14254711 or 9010470. OLE color: 9010470.

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

Color convert

RGB38125137-
CMYK0.720.0900.46
HSL187.27º56.57%34.31%-
HSV(B)187.27º72.26%53.73%-
XYZ12.6516.8926.26-
YUV100.35148.6883.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.67%
GREEN value IS 125 (49.22% from 255) = 41.67%
BLUE value IS 137 (53.91% from 255) = 45.67%
R=12.67%
G=41.67%
B=45.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal381251370.720.0900.46187.2756.5734.31
Hex267D8948902Ebb3922
Octal46175211110110562737142
Binary10011011111011000100110010001001010111010111011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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