#267F8D

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

Shades of Atoll #267F8D

Tints of Atoll #267F8D

Color information

#267F8D (or 0x267F8D) is unknown color: approx Atoll. HEX triplet: 26, 7F and 8D. RGB value is (38,127,141). Sum of RGB (Red+Green+Blue) = 38+127+141=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #267F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267F8D is #D98072. Grayscale: #656565. Windows color (decimal): -14254195 or 9273126. OLE color: 9273126.

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

Color convert

RGB38127141-
CMYK0.730.1000.45
HSL188.16º57.54%35.1%-
HSV(B)188.16º73.05%55.29%-
XYZ13.217.5127.88-
YUV101.98150.0182.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.42%
GREEN value IS 127 (50% from 255) = 41.50%
BLUE value IS 141 (55.47% from 255) = 46.08%
R=12.42%
G=41.50%
B=46.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal381271410.730.1000.45188.1657.5435.1
Hex267F8D49A02Dbc3a23
Octal46177215111120552747243
Binary10011011111111000110110010011010010110110111100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,127,141); }

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

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

 a { background-color: rgb(38,127,141); }

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

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

 span { border-color: rgb(38,127,141); }

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