#386998

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

Shades of Lochmara #386998

Tints of Lochmara #386998

Color information

#386998 (or 0x386998) is unknown color: approx Lochmara. HEX triplet: 38, 69 and 98. RGB value is (56,105,152). Sum of RGB (Red+Green+Blue) = 56+105+152=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #386998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386998 is #C79667. Grayscale: #5F5F5F. Windows color (decimal): -13080168 or 9988408. OLE color: 9988408.

HSL color Cylindrical-coordinate representation of color #386998: hue angle of 209.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #386998 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB56105152-
CMYK0.630.3100.40
HSL209.38º46.15%40.78%-
HSV(B)209.38º63.16%59.61%-
XYZ12.3513.2131.6-
YUV95.71159.7799.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.89%
GREEN value IS 105 (41.41% from 255) = 33.55%
BLUE value IS 152 (59.77% from 255) = 48.56%
R=17.89%
G=33.55%
B=48.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal561051520.630.3100.40209.3846.1540.78
Hex3869983F1F028d12e29
Octal7015123077370503215651
Binary11100011010011001100011111111111010100011010001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386998; }

 p { color: rgb(56,105,152); }

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

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

 a { background-color: rgb(56,105,152); }

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

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

 span { border-color: rgb(56,105,152); }

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