#267395

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

Shades of Lochmara #267395

Tints of Lochmara #267395

Color information

#267395 (or 0x267395) is unknown color: approx Lochmara. HEX triplet: 26, 73 and 95. RGB value is (38,115,149). Sum of RGB (Red+Green+Blue) = 38+115+149=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #267395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267395 is #D98C6A. Grayscale: #5F5F5F. Windows color (decimal): -14257259 or 9794342. OLE color: 9794342.

HSL color Cylindrical-coordinate representation of color #267395: hue angle of 198.38º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #267395 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB38115149-
CMYK0.740.2300.42
HSL198.38º59.36%36.67%-
HSV(B)198.38º74.5%58.43%-
XYZ12.3514.8430.65-
YUV95.85157.9986.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.58%
GREEN value IS 115 (45.31% from 255) = 38.08%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=12.58%
G=38.08%
B=49.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381151490.740.2300.42198.3859.3636.67
Hex2673954A1702Ac63b25
Octal46163225112270523067345
Binary100110111001110010101100101010111010101011000110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267395; }

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

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

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

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

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

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

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

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