#267299

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

Shades of Lochmara #267299

Tints of Lochmara #267299

Color information

#267299 (or 0x267299) is unknown color: approx Lochmara. HEX triplet: 26, 72 and 99. RGB value is (38,114,153). Sum of RGB (Red+Green+Blue) = 38+114+153=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #267299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267299 is #D98D66. Grayscale: #5F5F5F. Windows color (decimal): -14257511 or 10056230. OLE color: 10056230.

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

Color convert

RGB38114153-
CMYK0.750.2500.4
HSL200.35º60.21%37.45%-
HSV(B)200.35º75.16%60%-
XYZ12.5714.7532.32-
YUV95.72160.3286.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.46%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=12.46%
G=37.38%
B=50.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381141530.750.2500.4200.3560.2137.45
Hex2672994B19028c83c25
Octal46162231113310503107445
Binary100110111001010011001100101111001010100011001000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267299; }

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

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

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

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

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

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

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

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