#267999

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

Shades of Lochmara #267999

Tints of Lochmara #267999

Color information

#267999 (or 0x267999) is unknown color: approx Lochmara. HEX triplet: 26, 79 and 99. RGB value is (38,121,153). Sum of RGB (Red+Green+Blue) = 38+121+153=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #267999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267999 is #D98666. Grayscale: #636363. Windows color (decimal): -14255719 or 10058022. OLE color: 10058022.

HSL color Cylindrical-coordinate representation of color #267999: hue angle of 196.7º 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 #267999 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB38121153-
CMYK0.750.2100.4
HSL196.7º60.21%37.45%-
HSV(B)196.7º75.16%60%-
XYZ13.3916.3932.59-
YUV99.8315883.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.18%
GREEN value IS 121 (47.66% from 255) = 38.78%
BLUE value IS 153 (60.16% from 255) = 49.04%
R=12.18%
G=38.78%
B=49.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381211530.750.2100.4196.760.2137.45
Hex2679994B15028c53c25
Octal46171231113250503057445
Binary100110111100110011001100101110101010100011000101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267999; }

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

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

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

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

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

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

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

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