Html Css Color HEX #386F95 Lochmara

📋 copy color: '#386F95'

red 56 ◦ green 111 ◦ blue 149

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

Shades of Lochmara #386F95

Tints of Lochmara #386F95

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.13%

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

R = 17.72%
G = 35.13%
B = 47.15%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#386F95 (or 0x386F95) is known color: Lochmara. HEX triplet: 38, 6F and 95. RGB value is (56,111,149). Sum of RGB (Red+Green+Blue) = 56+111+149=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #386F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386F95 is #C7906A. Grayscale: #626262. Windows color (decimal): -13078635 or 9793336. OLE color: 9793336.

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

Color convert

RGB 56 111 149 -
CMYK 0.62 0.26 0 0.42
HSL 204.52º 0.45% 0.4% -
HSV(B) 204.52º 0.62% 0.58% -
XYZ 12.74 14.38 30.54 -
YUV 98.89 156.28 97.41 -
System Red Green Blue C M Y K H S L
Decimal 56 111 149 0.62 0.26 0 0.42 204.52 0.45 0.4
Hex 38 6F 95 3E 1A 0 2A CD 2D 28
Octal 70 157 225 76 32 0 52 315 55 50
Binary 111000 1101111 10010101 111110 11010 0 101010 11001101 101101 101000

Color Harmonies of #386F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F95

Black with #386F95

Text Example


Text Example

White with #386F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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