#267499

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

Shades of Lochmara #267499

Tints of Lochmara #267499

Color information

#267499 (or 0x267499) is unknown color: approx Lochmara. HEX triplet: 26, 74 and 99. RGB value is (38,116,153). Sum of RGB (Red+Green+Blue) = 38+116+153=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #267499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267499 is #D98B66. Grayscale: #606060. Windows color (decimal): -14256999 or 10056742. OLE color: 10056742.

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

Color convert

RGB38116153-
CMYK0.750.2400.4
HSL199.3º60.21%37.45%-
HSV(B)199.3º75.16%60%-
XYZ12.7915.232.4-
YUV96.9159.6685.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.38%
GREEN value IS 116 (45.70% from 255) = 37.79%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=12.38%
G=37.79%
B=49.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381161530.750.2400.4199.360.2137.45
Hex2674994B18028c73c25
Octal46164231113300503077445
Binary100110111010010011001100101111000010100011000111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267499; }

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

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

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

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

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

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

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

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