Html Css Color HEX #386594 Lochmara

📋 copy color: '#386594'

red 56 ◦ green 101 ◦ blue 148

#386594
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #386594

Tints of Lochmara #386594

RGB

 RED value IS 56 (22.27% from 255) = 18.36%

 GREEN value IS 101 (39.84% from 255) = 33.11%

 BLUE value IS 148 (58.2% from 255) = 48.52%

R = 18.36%
G = 33.11%
B = 48.52%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#386594 (or 0x386594) is known color: Lochmara. HEX triplet: 38, 65 and 94. RGB value is (56,101,148). Sum of RGB (Red+Green+Blue) = 56+101+148=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #386594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386594 is #C79A6B. Grayscale: #5C5C5C. Windows color (decimal): -13081196 or 9725240. OLE color: 9725240.

HSL color Cylindrical-coordinate representation of color #386594: hue angle of 210.65º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #386594 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 101 148 -
CMYK 0.62 0.32 0 0.42
HSL 210.65º 0.45% 0.4% -
HSV(B) 210.65º 0.62% 0.58% -
XYZ 11.63 12.29 29.78 -
YUV 92.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 56 101 148 0.62 0.32 0 0.42 210.65 0.45 0.4
Hex 38 65 94 3E 20 0 2A D3 2D 28
Octal 70 145 224 76 40 0 52 323 55 50
Binary 111000 1100101 10010100 111110 100000 0 101010 11010011 101101 101000

Color Harmonies of #386594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386594

Black with #386594

Text Example


Text Example

White with #386594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386594; }

 p { color: rgb(56,101,148); }

 H1.HeaderClassName
 {
   color: #386594;
 }
 .AnyTagClassName
 {
   color: #386594;
 }
</style>

background-color css

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

 a { background-color: rgb(56,101,148); }

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

border-color css

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

 span { border-color: rgb(56,101,148); }

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