#26757C

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

Shades of Atoll #26757C

Tints of Atoll #26757C

Color information

#26757C (or 0x26757C) is unknown color: approx Atoll. HEX triplet: 26, 75 and 7C. RGB value is (38,117,124). Sum of RGB (Red+Green+Blue) = 38+117+124=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #26757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26757C is #D98A83. Grayscale: #5E5E5E. Windows color (decimal): -14256772 or 8156454. OLE color: 8156454.

HSL color Cylindrical-coordinate representation of color #26757C: hue angle of 184.88º 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 #26757C is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB38117124-
CMYK0.690.0600.51
HSL184.88º53.09%31.76%-
HSV(B)184.88º69.35%48.63%-
XYZ10.814.5921.32-
YUV94.18144.8387.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.62%
GREEN value IS 117 (46.09% from 255) = 41.94%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=13.62%
G=41.94%
B=44.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal381171240.690.0600.51184.8853.0931.76
Hex26757C456033b93520
Octal4616517410560632716540
Binary100110111010111111001000101110011001110111001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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