#267095

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

Shades of Lochmara #267095

Tints of Lochmara #267095

Color information

#267095 (or 0x267095) is unknown color: approx Lochmara. HEX triplet: 26, 70 and 95. RGB value is (38,112,149). Sum of RGB (Red+Green+Blue) = 38+112+149=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #267095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267095 is #D98F6A. Grayscale: #5D5D5D. Windows color (decimal): -14258027 or 9793574. OLE color: 9793574.

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

Color convert

RGB38112149-
CMYK0.740.2500.42
HSL200º59.36%36.67%-
HSV(B)200º74.5%58.43%-
XYZ12.0214.1730.54-
YUV94.09158.9887.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.71%
GREEN value IS 112 (44.14% from 255) = 37.46%
BLUE value IS 149 (58.59% from 255) = 49.83%
R=12.71%
G=37.46%
B=49.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381121490.740.2500.4220059.3636.67
Hex2670954A1902Ac83b25
Octal46160225112310523107345
Binary100110111000010010101100101011001010101011001000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267095; }

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

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

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

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

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

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

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

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