#267A99

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

Shades of Lochmara #267A99

Tints of Lochmara #267A99

Color information

#267A99 (or 0x267A99) is unknown color: approx Lochmara. HEX triplet: 26, 7A and 99. RGB value is (38,122,153). Sum of RGB (Red+Green+Blue) = 38+122+153=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #267A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267A99 is #D98566. Grayscale: #646464. Windows color (decimal): -14255463 or 10058278. OLE color: 10058278.

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

Color convert

RGB38122153-
CMYK0.750.2000.4
HSL196.17º60.21%37.45%-
HSV(B)196.17º75.16%60%-
XYZ13.5116.6332.64-
YUV100.42157.6783.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.14%
GREEN value IS 122 (48.05% from 255) = 38.98%
BLUE value IS 153 (60.16% from 255) = 48.88%
R=12.14%
G=38.98%
B=48.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381221530.750.2000.4196.1760.2137.45
Hex267A994B14028c43c25
Octal46172231113240503047445
Binary100110111101010011001100101110100010100011000100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267A99; }

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

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

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

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

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

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

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

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