#267899

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

Shades of Lochmara #267899

Tints of Lochmara #267899

Color information

#267899 (or 0x267899) is unknown color: approx Lochmara. HEX triplet: 26, 78 and 99. RGB value is (38,120,153). Sum of RGB (Red+Green+Blue) = 38+120+153=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #267899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267899 is #D98766. Grayscale: #636363. Windows color (decimal): -14255975 or 10057766. OLE color: 10057766.

HSL color Cylindrical-coordinate representation of color #267899: hue angle of 197.22º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #267899 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB38120153-
CMYK0.750.2200.4
HSL197.22º60.21%37.45%-
HSV(B)197.22º75.16%60%-
XYZ13.2716.1432.55-
YUV99.24158.3384.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.22%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 153 (60.16% from 255) = 49.20%
R=12.22%
G=38.59%
B=49.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381201530.750.2200.4197.2260.2137.45
Hex2678994B16028c53c25
Octal46170231113260503057445
Binary100110111100010011001100101110110010100011000101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267899; }

 p { color: rgb(38,120,153); }

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

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

 a { background-color: rgb(38,120,153); }

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

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

 span { border-color: rgb(38,120,153); }

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