#267399

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

Shades of Lochmara #267399

Tints of Lochmara #267399

Color information

#267399 (or 0x267399) is unknown color: approx Lochmara. HEX triplet: 26, 73 and 99. RGB value is (38,115,153). Sum of RGB (Red+Green+Blue) = 38+115+153=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #267399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267399 is #D98C66. Grayscale: #606060. Windows color (decimal): -14257255 or 10056486. OLE color: 10056486.

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

Color convert

RGB38115153-
CMYK0.750.2500.4
HSL199.83º60.21%37.45%-
HSV(B)199.83º75.16%60%-
XYZ12.6814.9732.36-
YUV96.31159.9986.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.42%
GREEN value IS 115 (45.31% from 255) = 37.58%
BLUE value IS 153 (60.16% from 255) = 50%
R=12.42%
G=37.58%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381151530.750.2500.4199.8360.2137.45
Hex2673994B19028c83c25
Octal46163231113310503107445
Binary100110111001110011001100101111001010100011001000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267399; }

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

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

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

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

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

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

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

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