#27669D

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

Shades of Lochmara #27669D

Tints of Lochmara #27669D

Color information

#27669D (or 0x27669D) is unknown color: approx Lochmara. HEX triplet: 27, 66 and 9D. RGB value is (39,102,157). Sum of RGB (Red+Green+Blue) = 39+102+157=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #27669D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27669D is #D89962. Grayscale: #595959. Windows color (decimal): -14195043 or 10315303. OLE color: 10315303.

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

Color convert

RGB39102157-
CMYK0.750.3500.38
HSL207.97º60.2%38.43%-
HSV(B)207.97º75.16%61.57%-
XYZ11.6712.3733.67-
YUV89.43166.1392.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.09%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 157 (61.72% from 255) = 52.68%
R=13.09%
G=34.23%
B=52.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal391021570.750.3500.38207.9760.238.43
Hex27669D4B23026d03c26
Octal47146235113430463207446
Binary1001111100110100111011001011100011010011011010000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27669D; }

 p { color: rgb(39,102,157); }

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

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

 a { background-color: rgb(39,102,157); }

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

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

 span { border-color: rgb(39,102,157); }

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