#27719B

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

Shades of Lochmara #27719B

Tints of Lochmara #27719B

Color information

#27719B (or 0x27719B) is unknown color: approx Lochmara. HEX triplet: 27, 71 and 9B. RGB value is (39,113,155). Sum of RGB (Red+Green+Blue) = 39+113+155=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #27719B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27719B is #D88E64. Grayscale: #5F5F5F. Windows color (decimal): -14192229 or 10187047. OLE color: 10187047.

HSL color Cylindrical-coordinate representation of color #27719B: hue angle of 201.72º 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 #27719B is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB39113155-
CMYK0.750.2700.39
HSL201.72º59.79%38.04%-
HSV(B)201.72º74.84%60.78%-
XYZ12.6614.6133.16-
YUV95.66161.4887.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.70%
GREEN value IS 113 (44.53% from 255) = 36.81%
BLUE value IS 155 (60.94% from 255) = 50.49%
R=12.70%
G=36.81%
B=50.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal391131550.750.2700.39201.7259.7938.04
Hex27719B4B1B027ca3c26
Octal47161233113330473127446
Binary100111111000110011011100101111011010011111001010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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