#267D8A

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

Shades of Atoll #267D8A

Tints of Atoll #267D8A

Color information

#267D8A (or 0x267D8A) is unknown color: approx Atoll. HEX triplet: 26, 7D and 8A. RGB value is (38,125,138). Sum of RGB (Red+Green+Blue) = 38+125+138=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #267D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267D8A is #D98275. Grayscale: #646464. Windows color (decimal): -14254710 or 9076006. OLE color: 9076006.

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

Color convert

RGB38125138-
CMYK0.720.0900.46
HSL187.8º56.82%34.51%-
HSV(B)187.8º72.46%54.12%-
XYZ12.7216.9126.64-
YUV100.47149.1883.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.62%
GREEN value IS 125 (49.22% from 255) = 41.53%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=12.62%
G=41.53%
B=45.85%

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
Decimal381251380.720.0900.46187.856.8234.51
Hex267D8A48902Ebc3923
Octal46175212110110562747143
Binary10011011111011000101010010001001010111010111100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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