#267276

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

Shades of Atoll #267276

Tints of Atoll #267276

Color information

#267276 (or 0x267276) is unknown color: approx Atoll. HEX triplet: 26, 72 and 76. RGB value is (38,114,118). Sum of RGB (Red+Green+Blue) = 38+114+118=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #267276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267276 is #D98D89. Grayscale: #5B5B5B. Windows color (decimal): -14257546 or 7762470. OLE color: 7762470.

HSL color Cylindrical-coordinate representation of color #267276: hue angle of 183º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267276 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB38114118-
CMYK0.680.0300.54
HSL183º51.28%30.59%-
HSV(B)183º67.8%46.27%-
XYZ10.0913.7519.26-
YUV91.73142.8289.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.07%
GREEN value IS 114 (44.92% from 255) = 42.22%
BLUE value IS 118 (46.48% from 255) = 43.70%
R=14.07%
G=42.22%
B=43.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal381141180.680.0300.5418351.2830.59
Hex267276443036b7331f
Octal4616216610430662676337
Binary1001101110010111011010001001101101101011011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267276; }

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

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

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

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

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

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

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

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