#27619C

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

Shades of Lochmara #27619C

Tints of Lochmara #27619C

Color information

#27619C (or 0x27619C) is unknown color: approx Lochmara. HEX triplet: 27, 61 and 9C. RGB value is (39,97,156). Sum of RGB (Red+Green+Blue) = 39+97+156=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #27619C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27619C is #D89E63. Grayscale: #565656. Windows color (decimal): -14196324 or 10248487. OLE color: 10248487.

HSL color Cylindrical-coordinate representation of color #27619C: hue angle of 210.26º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27619C is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3997156-
CMYK0.750.3800.39
HSL210.26º60%38.24%-
HSV(B)210.26º75%61.18%-
XYZ11.1111.3833.06-
YUV86.38167.2894.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.36%
GREEN value IS 97 (38.28% from 255) = 33.22%
BLUE value IS 156 (61.33% from 255) = 53.42%
R=13.36%
G=33.22%
B=53.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal39971560.750.3800.39210.266038.24
Hex27619C4B26027d23c26
Octal47141234113460473227446
Binary1001111100001100111001001011100110010011111010010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27619C; }

 p { color: rgb(39,97,156); }

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

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

 a { background-color: rgb(39,97,156); }

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

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

 span { border-color: rgb(39,97,156); }

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