#267A83

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

Shades of Atoll #267A83

Tints of Atoll #267A83

Color information

#267A83 (or 0x267A83) is unknown color: approx Atoll. HEX triplet: 26, 7A and 83. RGB value is (38,122,131). Sum of RGB (Red+Green+Blue) = 38+122+131=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #267A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267A83 is #D9857C. Grayscale: #616161. Windows color (decimal): -14255485 or 8616486. OLE color: 8616486.

HSL color Cylindrical-coordinate representation of color #267A83: hue angle of 185.81º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #267A83 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB38122131-
CMYK0.710.0700.49
HSL185.81º55.03%33.14%-
HSV(B)185.81º70.99%51.37%-
XYZ11.8615.9723.93-
YUV97.91146.6785.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.06%
GREEN value IS 122 (48.05% from 255) = 41.92%
BLUE value IS 131 (51.56% from 255) = 45.02%
R=13.06%
G=41.92%
B=45.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal381221310.710.0700.49185.8155.0333.14
Hex267A83477031ba3721
Octal4617220310770612726741
Binary1001101111010100000111000111111011000110111010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,122,131); }

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

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

 a { background-color: rgb(38,122,131); }

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

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

 span { border-color: rgb(38,122,131); }

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