#267B8D

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

Shades of Atoll #267B8D

Tints of Atoll #267B8D

Color information

#267B8D (or 0x267B8D) is unknown color: approx Atoll. HEX triplet: 26, 7B and 8D. RGB value is (38,123,141). Sum of RGB (Red+Green+Blue) = 38+123+141=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #267B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267B8D is #D98472. Grayscale: #636363. Windows color (decimal): -14255219 or 9272102. OLE color: 9272102.

HSL color Cylindrical-coordinate representation of color #267B8D: hue angle of 190.49º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #267B8D is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB38123141-
CMYK0.730.1300.45
HSL190.49º57.54%35.1%-
HSV(B)190.49º73.05%55.29%-
XYZ12.6916.527.72-
YUV99.64151.3484.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.58%
GREEN value IS 123 (48.44% from 255) = 40.73%
BLUE value IS 141 (55.47% from 255) = 46.69%
R=12.58%
G=40.73%
B=46.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal381231410.730.1300.45190.4957.5435.1
Hex267B8D49D02Dbe3a23
Octal46173215111150552767243
Binary10011011110111000110110010011101010110110111110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,123,141); }

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

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

 a { background-color: rgb(38,123,141); }

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

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

 span { border-color: rgb(38,123,141); }

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