#38719E

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

Shades of Lochmara #38719E

Tints of Lochmara #38719E

Color information

#38719E (or 0x38719E) is unknown color: approx Lochmara. HEX triplet: 38, 71 and 9E. RGB value is (56,113,158). Sum of RGB (Red+Green+Blue) = 56+113+158=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #38719E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38719E is #C78E61. Grayscale: #646464. Windows color (decimal): -13078114 or 10383672. OLE color: 10383672.

HSL color Cylindrical-coordinate representation of color #38719E: hue angle of 206.47º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38719E is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB56113158-
CMYK0.650.2800.38
HSL206.47º47.66%41.96%-
HSV(B)206.47º64.56%61.96%-
XYZ13.7115.1234.54-
YUV101.09160.1295.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.13%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 158 (62.11% from 255) = 48.32%
R=17.13%
G=34.56%
B=48.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561131580.650.2800.38206.4747.6641.96
Hex38719E411C026ce302a
Octal70161236101340463166052
Binary111000111000110011110100000111100010011011001110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38719E; }

 p { color: rgb(56,113,158); }

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

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

 a { background-color: rgb(56,113,158); }

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

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

 span { border-color: rgb(56,113,158); }

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