#26767C

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

Shades of Atoll #26767C

Tints of Atoll #26767C

Color information

#26767C (or 0x26767C) is unknown color: approx Atoll. HEX triplet: 26, 76 and 7C. RGB value is (38,118,124). Sum of RGB (Red+Green+Blue) = 38+118+124=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #26767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26767C is #D98983. Grayscale: #5E5E5E. Windows color (decimal): -14256516 or 8156710. OLE color: 8156710.

HSL color Cylindrical-coordinate representation of color #26767C: hue angle of 184.19º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26767C is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB38118124-
CMYK0.690.0500.51
HSL184.19º53.09%31.76%-
HSV(B)184.19º69.35%48.63%-
XYZ10.9214.8221.35-
YUV94.76144.587.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.57%
GREEN value IS 118 (46.48% from 255) = 42.14%
BLUE value IS 124 (48.83% from 255) = 44.29%
R=13.57%
G=42.14%
B=44.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal381181240.690.0500.51184.1953.0931.76
Hex26767C455033b83520
Octal4616617410550632706540
Binary100110111011011111001000101101011001110111000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26767C; }

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

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

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

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

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

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

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

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