#27719A

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

Shades of Lochmara #27719A

Tints of Lochmara #27719A

Color information

#27719A (or 0x27719A) is unknown color: approx Lochmara. HEX triplet: 27, 71 and 9A. RGB value is (39,113,154). Sum of RGB (Red+Green+Blue) = 39+113+154=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #27719A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27719A is #D88E65. Grayscale: #5F5F5F. Windows color (decimal): -14192230 or 10121511. OLE color: 10121511.

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

Color convert

RGB39113154-
CMYK0.750.2700.40
HSL201.39º59.59%37.84%-
HSV(B)201.39º74.68%60.39%-
XYZ12.5714.5732.72-
YUV95.55160.9887.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.75%
GREEN value IS 113 (44.53% from 255) = 36.93%
BLUE value IS 154 (60.55% from 255) = 50.33%
R=12.75%
G=36.93%
B=50.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal391131540.750.2700.40201.3959.5937.84
Hex27719A4B1B028c93c26
Octal47161232113330503117446
Binary100111111000110011010100101111011010100011001001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27719A; }

 p { color: rgb(39,113,154); }

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

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

 a { background-color: rgb(39,113,154); }

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

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

 span { border-color: rgb(39,113,154); }

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