#276898

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

Shades of Lochmara #276898

Tints of Lochmara #276898

Color information

#276898 (or 0x276898) is unknown color: approx Lochmara. HEX triplet: 27, 68 and 98. RGB value is (39,104,152). Sum of RGB (Red+Green+Blue) = 39+104+152=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #276898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276898 is #D89767. Grayscale: #595959. Windows color (decimal): -14194536 or 9988135. OLE color: 9988135.

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

Color convert

RGB39104152-
CMYK0.740.3200.40
HSL205.49º59.16%37.45%-
HSV(B)205.49º74.34%59.61%-
XYZ11.4512.631.53-
YUV90.04162.9791.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.22%
GREEN value IS 104 (41.02% from 255) = 35.25%
BLUE value IS 152 (59.77% from 255) = 51.53%
R=13.22%
G=35.25%
B=51.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal391041520.740.3200.40205.4959.1637.45
Hex2768984A20028cd3b25
Octal47150230112400503157345
Binary1001111101000100110001001010100000010100011001101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276898; }

 p { color: rgb(39,104,152); }

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

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

 a { background-color: rgb(39,104,152); }

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

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

 span { border-color: rgb(39,104,152); }

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