Html Css Color HEX #386B96 Lochmara

📋 copy color: '#386B96'

red 56 ◦ green 107 ◦ blue 150

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

Shades of Lochmara #386B96

Tints of Lochmara #386B96

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.19%

 BLUE value IS 150 (58.98% from 255) = 47.92%

R = 17.89%
G = 34.19%
B = 47.92%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#386B96 (or 0x386B96) is known color: Lochmara. HEX triplet: 38, 6B and 96. RGB value is (56,107,150). Sum of RGB (Red+Green+Blue) = 56+107+150=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #386B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386B96 is #C79469. Grayscale: #606060. Windows color (decimal): -13079658 or 9857848. OLE color: 9857848.

HSL color Cylindrical-coordinate representation of color #386B96: hue angle of 207.45º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #386B96 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 107 150 -
CMYK 0.63 0.29 0 0.41
HSL 207.45º 0.46% 0.4% -
HSV(B) 207.45º 0.63% 0.59% -
XYZ 12.39 13.56 30.82 -
YUV 96.65 158.1 99 -
System Red Green Blue C M Y K H S L
Decimal 56 107 150 0.63 0.29 0 0.41 207.45 0.46 0.4
Hex 38 6B 96 3F 1D 0 29 CF 2E 28
Octal 70 153 226 77 35 0 51 317 56 50
Binary 111000 1101011 10010110 111111 11101 0 101001 11001111 101110 101000

Color Harmonies of #386B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B96

Black with #386B96

Text Example


Text Example

White with #386B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,107,150); }

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

background-color css

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

 a { background-color: rgb(56,107,150); }

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

border-color css

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

 span { border-color: rgb(56,107,150); }

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