Html Css Color HEX #386494 Lochmara

📋 copy color: '#386494'

red 56 ◦ green 100 ◦ blue 148

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

Shades of Lochmara #386494

Tints of Lochmara #386494

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.89%

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

R = 18.42%
G = 32.89%
B = 48.68%

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

#386494 (or 0x386494) is known color: Lochmara. HEX triplet: 38, 64 and 94. RGB value is (56,100,148). Sum of RGB (Red+Green+Blue) = 56+100+148=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #386494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386494 is #C79B6B. Grayscale: #5C5C5C. Windows color (decimal): -13081452 or 9724984. OLE color: 9724984.

HSL color Cylindrical-coordinate representation of color #386494: hue angle of 211.3º 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 #386494 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 100 148 -
CMYK 0.62 0.32 0 0.42
HSL 211.3º 0.45% 0.4% -
HSV(B) 211.3º 0.62% 0.58% -
XYZ 11.53 12.09 29.74 -
YUV 92.32 159.42 102.1 -
System Red Green Blue C M Y K H S L
Decimal 56 100 148 0.62 0.32 0 0.42 211.3 0.45 0.4
Hex 38 64 94 3E 20 0 2A D3 2D 28
Octal 70 144 224 76 40 0 52 323 55 50
Binary 111000 1100100 10010100 111110 100000 0 101010 11010011 101101 101000

Color Harmonies of #386494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386494

Black with #386494

Text Example


Text Example

White with #386494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386494; }

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

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

background-color css

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

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

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

border-color css

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

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

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