Html Css Color HEX #386F96 Lochmara

📋 copy color: '#386F96'

red 56 ◦ green 111 ◦ blue 150

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

Shades of Lochmara #386F96

Tints of Lochmara #386F96

RGB

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

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

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

R = 17.67%
G = 35.02%
B = 47.32%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#386F96 (or 0x386F96) is known color: Lochmara. HEX triplet: 38, 6F and 96. RGB value is (56,111,150). Sum of RGB (Red+Green+Blue) = 56+111+150=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #386F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386F96 is #C79069. Grayscale: #626262. Windows color (decimal): -13078634 or 9858872. OLE color: 9858872.

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

Color convert

RGB 56 111 150 -
CMYK 0.63 0.26 0 0.41
HSL 204.89º 0.46% 0.4% -
HSV(B) 204.89º 0.63% 0.59% -
XYZ 12.82 14.41 30.96 -
YUV 99 156.78 97.33 -
System Red Green Blue C M Y K H S L
Decimal 56 111 150 0.63 0.26 0 0.41 204.89 0.46 0.4
Hex 38 6F 96 3F 1A 0 29 CD 2E 28
Octal 70 157 226 77 32 0 51 315 56 50
Binary 111000 1101111 10010110 111111 11010 0 101001 11001101 101110 101000

Color Harmonies of #386F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F96

Black with #386F96

Text Example


Text Example

White with #386F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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