#267689

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

Shades of Allports #267689

Tints of Allports #267689

Color information

#267689 (or 0x267689) is unknown color: approx Allports. HEX triplet: 26, 76 and 89. RGB value is (38,118,137). Sum of RGB (Red+Green+Blue) = 38+118+137=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 137 - color contains mainly: blue. Hex color #267689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267689 is #D98976. Grayscale: #606060. Windows color (decimal): -14256503 or 9008678. OLE color: 9008678.

HSL color Cylindrical-coordinate representation of color #267689: hue angle of 191.52º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #267689 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB38118137-
CMYK0.720.1400.46
HSL191.52º56.57%34.31%-
HSV(B)191.52º72.26%53.73%-
XYZ11.7915.1825.97-
YUV96.2515186.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.97%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 137 (53.91% from 255) = 46.76%
R=12.97%
G=40.27%
B=46.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal381181370.720.1400.46191.5256.5734.31
Hex26768948E02Ec03922
Octal46166211110160563007142
Binary10011011101101000100110010001110010111011000000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267689; }

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

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

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

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

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

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

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

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