#38709E

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

Shades of Lochmara #38709E

Tints of Lochmara #38709E

Color information

#38709E (or 0x38709E) is unknown color: approx Lochmara. HEX triplet: 38, 70 and 9E. RGB value is (56,112,158). Sum of RGB (Red+Green+Blue) = 56+112+158=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #38709E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38709E is #C78F61. Grayscale: #646464. Windows color (decimal): -13078370 or 10383416. OLE color: 10383416.

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

Color convert

RGB56112158-
CMYK0.650.2900.38
HSL207.06º47.66%41.96%-
HSV(B)207.06º64.56%61.96%-
XYZ13.614.934.51-
YUV100.5160.4596.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.18%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 158 (62.11% from 255) = 48.47%
R=17.18%
G=34.36%
B=48.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561121580.650.2900.38207.0647.6641.96
Hex38709E411D026cf302a
Octal70160236101350463176052
Binary111000111000010011110100000111101010011011001111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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