#267997

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

Shades of Lochmara #267997

Tints of Lochmara #267997

Color information

#267997 (or 0x267997) is unknown color: approx Lochmara. HEX triplet: 26, 79 and 97. RGB value is (38,121,151). Sum of RGB (Red+Green+Blue) = 38+121+151=310 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.26% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 151 (59.38% from 255 or 48.71% from 310); Max value from RGB is 151 - color contains mainly: blue. Hex color #267997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267997 is #D98668. Grayscale: #636363. Windows color (decimal): -14255721 or 9926950. OLE color: 9926950.

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

Color convert

RGB38121151-
CMYK0.750.2000.41
HSL195.93º59.79%37.06%-
HSV(B)195.93º74.83%59.22%-
XYZ13.2216.3231.73-
YUV99.615784.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.26%
GREEN value IS 121 (47.66% from 255) = 39.03%
BLUE value IS 151 (59.38% from 255) = 48.71%
R=12.26%
G=39.03%
B=48.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381211510.750.2000.41195.9359.7937.06
Hex2679974B14029c43c25
Octal46171227113240513047445
Binary100110111100110010111100101110100010100111000100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267997; }

 p { color: rgb(38,121,151); }

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

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

 a { background-color: rgb(38,121,151); }

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

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

 span { border-color: rgb(38,121,151); }

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