#266B6E

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

Shades of Atoll #266B6E

Tints of Atoll #266B6E

Color information

#266B6E (or 0x266B6E) is unknown color: approx Atoll. HEX triplet: 26, 6B and 6E. RGB value is (38,107,110). Sum of RGB (Red+Green+Blue) = 38+107+110=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #266B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266B6E is #D99491. Grayscale: #565656. Windows color (decimal): -14259346 or 7236390. OLE color: 7236390.

HSL color Cylindrical-coordinate representation of color #266B6E: hue angle of 182.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266B6E is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB38107110-
CMYK0.650.0300.57
HSL182.5º48.65%29.02%-
HSV(B)182.5º65.45%43.14%-
XYZ8.8712.0516.61-
YUV86.71141.1493.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.90%
GREEN value IS 107 (42.19% from 255) = 41.96%
BLUE value IS 110 (43.36% from 255) = 43.14%
R=14.90%
G=41.96%
B=43.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal381071100.650.0300.57182.548.6529.02
Hex266B6E413039b6311d
Octal4615315610130712666135
Binary1001101101011110111010000011101110011011011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266B6E; }

 p { color: rgb(38,107,110); }

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

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

 a { background-color: rgb(38,107,110); }

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

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

 span { border-color: rgb(38,107,110); }

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