#267679

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

Shades of Atoll #267679

Tints of Atoll #267679

Color information

#267679 (or 0x267679) is unknown color: approx Atoll. HEX triplet: 26, 76 and 79. RGB value is (38,118,121). Sum of RGB (Red+Green+Blue) = 38+118+121=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #267679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267679 is #D98986. Grayscale: #5E5E5E. Windows color (decimal): -14256519 or 7960102. OLE color: 7960102.

HSL color Cylindrical-coordinate representation of color #267679: hue angle of 182.17º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267679 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB38118121-
CMYK0.690.0200.53
HSL182.17º52.2%31.18%-
HSV(B)182.17º68.6%47.45%-
XYZ10.7314.7520.37-
YUV94.4214387.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.72%
GREEN value IS 118 (46.48% from 255) = 42.60%
BLUE value IS 121 (47.66% from 255) = 43.68%
R=13.72%
G=42.60%
B=43.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal381181210.690.0200.53182.1752.231.18
Hex267679452035b6341f
Octal4616617110520652666437
Binary1001101110110111100110001011001101011011011011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267679; }

 p { color: rgb(38,118,121); }

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

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

 a { background-color: rgb(38,118,121); }

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

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

 span { border-color: rgb(38,118,121); }

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