#267F82

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

Shades of Atoll #267F82

Tints of Atoll #267F82

Color information

#267F82 (or 0x267F82) is unknown color: approx Atoll. HEX triplet: 26, 7F and 82. RGB value is (38,127,130). Sum of RGB (Red+Green+Blue) = 38+127+130=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #267F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267F82 is #D9807D. Grayscale: #646464. Windows color (decimal): -14254206 or 8552230. OLE color: 8552230.

HSL color Cylindrical-coordinate representation of color #267F82: hue angle of 181.96º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #267F82 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB38127130-
CMYK0.710.0200.49
HSL181.96º54.76%32.94%-
HSV(B)181.96º70.77%50.98%-
XYZ12.4217.223.79-
YUV100.73144.5183.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 127 (50% from 255) = 43.05%
BLUE value IS 130 (51.17% from 255) = 44.07%
R=12.88%
G=43.05%
B=44.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal381271300.710.0200.49181.9654.7632.94
Hex267F82472031b63721
Octal4617720210720612666741
Binary100110111111110000010100011110011000110110110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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