Html Css Color HEX #386595 Lochmara

📋 copy color: '#386595'

red 56 ◦ green 101 ◦ blue 149

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

Shades of Lochmara #386595

Tints of Lochmara #386595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.69%

R = 18.3%
G = 33.01%
B = 48.69%

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

#386595 (or 0x386595) is known color: Lochmara. HEX triplet: 38, 65 and 95. RGB value is (56,101,149). Sum of RGB (Red+Green+Blue) = 56+101+149=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #386595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386595 is #C79A6A. Grayscale: #5C5C5C. Windows color (decimal): -13081195 or 9790776. OLE color: 9790776.

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

Color convert

RGB 56 101 149 -
CMYK 0.62 0.32 0 0.42
HSL 210.97º 0.45% 0.4% -
HSV(B) 210.97º 0.62% 0.58% -
XYZ 11.71 12.32 30.19 -
YUV 93.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 56 101 149 0.62 0.32 0 0.42 210.97 0.45 0.4
Hex 38 65 95 3E 20 0 2A D3 2D 28
Octal 70 145 225 76 40 0 52 323 55 50
Binary 111000 1100101 10010101 111110 100000 0 101010 11010011 101101 101000

Color Harmonies of #386595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386595

Black with #386595

Text Example


Text Example

White with #386595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386595; }

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

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

background-color css

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

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

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

border-color css

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

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

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