#38729E

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

Shades of Lochmara #38729E

Tints of Lochmara #38729E

Color information

#38729E (or 0x38729E) is unknown color: approx Lochmara. HEX triplet: 38, 72 and 9E. RGB value is (56,114,158). Sum of RGB (Red+Green+Blue) = 56+114+158=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #38729E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38729E is #C78D61. Grayscale: #656565. Windows color (decimal): -13077858 or 10383928. OLE color: 10383928.

HSL color Cylindrical-coordinate representation of color #38729E: hue angle of 205.88º 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 #38729E is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB56114158-
CMYK0.650.2800.38
HSL205.88º47.66%41.96%-
HSV(B)205.88º64.56%61.96%-
XYZ13.8215.3434.58-
YUV101.67159.7895.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.07%
GREEN value IS 114 (44.92% from 255) = 34.76%
BLUE value IS 158 (62.11% from 255) = 48.17%
R=17.07%
G=34.76%
B=48.17%

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
Decimal561141580.650.2800.38205.8847.6641.96
Hex38729E411C026ce302a
Octal70162236101340463166052
Binary111000111001010011110100000111100010011011001110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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