#267C88

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

Shades of Atoll #267C88

Tints of Atoll #267C88

Color information

#267C88 (or 0x267C88) is unknown color: approx Atoll. HEX triplet: 26, 7C and 88. RGB value is (38,124,136). Sum of RGB (Red+Green+Blue) = 38+124+136=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #267C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267C88 is #D98377. Grayscale: #636363. Windows color (decimal): -14254968 or 8944678. OLE color: 8944678.

HSL color Cylindrical-coordinate representation of color #267C88: hue angle of 187.35º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #267C88 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB38124136-
CMYK0.720.0900.47
HSL187.35º56.32%34.12%-
HSV(B)187.35º72.06%53.33%-
XYZ12.4516.625.84-
YUV99.65148.5184.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.75%
GREEN value IS 124 (48.83% from 255) = 41.61%
BLUE value IS 136 (53.52% from 255) = 45.64%
R=12.75%
G=41.61%
B=45.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal381241360.720.0900.47187.3556.3234.12
Hex267C8848902Fbb3822
Octal46174210110110572737042
Binary10011011111001000100010010001001010111110111011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267C88; }

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

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

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

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

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

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

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

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