#267596

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

Shades of Lochmara #267596

Tints of Lochmara #267596

Color information

#267596 (or 0x267596) is unknown color: approx Lochmara. HEX triplet: 26, 75 and 96. RGB value is (38,117,150). Sum of RGB (Red+Green+Blue) = 38+117+150=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #267596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267596 is #D98A69. Grayscale: #606060. Windows color (decimal): -14256746 or 9860390. OLE color: 9860390.

HSL color Cylindrical-coordinate representation of color #267596: hue angle of 197.68º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #267596 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB38117150-
CMYK0.750.2200.41
HSL197.68º59.57%36.86%-
HSV(B)197.68º74.67%58.82%-
XYZ12.6715.3431.15-
YUV97.14157.8385.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.46%
GREEN value IS 117 (46.09% from 255) = 38.36%
BLUE value IS 150 (58.98% from 255) = 49.18%
R=12.46%
G=38.36%
B=49.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381171500.750.2200.41197.6859.5736.86
Hex2675964B16029c63c25
Octal46165226113260513067445
Binary100110111010110010110100101110110010100111000110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267596; }

 p { color: rgb(38,117,150); }

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

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

 a { background-color: rgb(38,117,150); }

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

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

 span { border-color: rgb(38,117,150); }

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