#26737D

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

Shades of Atoll #26737D

Tints of Atoll #26737D

Color information

#26737D (or 0x26737D) is unknown color: approx Atoll. HEX triplet: 26, 73 and 7D. RGB value is (38,115,125). Sum of RGB (Red+Green+Blue) = 38+115+125=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 125 - color contains mainly: blue. Hex color #26737D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26737D is #D98C82. Grayscale: #5D5D5D. Windows color (decimal): -14257283 or 8221478. OLE color: 8221478.

HSL color Cylindrical-coordinate representation of color #26737D: hue angle of 186.9º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26737D is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB38115125-
CMYK0.700.0800.51
HSL186.9º53.37%31.96%-
HSV(B)186.9º69.6%49.02%-
XYZ10.6314.1521.57-
YUV93.12145.9988.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.67%
GREEN value IS 115 (45.31% from 255) = 41.37%
BLUE value IS 125 (49.22% from 255) = 44.96%
R=13.67%
G=41.37%
B=44.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal381151250.700.0800.51186.953.3731.96
Hex26737D468033bb3520
Octal46163175106100632736540
Binary1001101110011111110110001101000011001110111011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26737D; }

 p { color: rgb(38,115,125); }

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

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

 a { background-color: rgb(38,115,125); }

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

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

 span { border-color: rgb(38,115,125); }

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