Html Css Color HEX #386F9B Lochmara

📋 copy color: '#386F9B'

red 56 ◦ green 111 ◦ blue 155

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

Shades of Lochmara #386F9B

Tints of Lochmara #386F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.14%

R = 17.39%
G = 34.47%
B = 48.14%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#386F9B (or 0x386F9B) is known color: Lochmara. HEX triplet: 38, 6F and 9B. RGB value is (56,111,155). Sum of RGB (Red+Green+Blue) = 56+111+155=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #386F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386F9B is #C79064. Grayscale: #636363. Windows color (decimal): -13078629 or 10186552. OLE color: 10186552.

HSL color Cylindrical-coordinate representation of color #386F9B: hue angle of 206.67º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #386F9B is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 111 155 -
CMYK 0.64 0.28 0 0.39
HSL 206.67º 0.47% 0.41% -
HSV(B) 206.67º 0.64% 0.61% -
XYZ 13.23 14.58 33.13 -
YUV 99.57 159.28 96.92 -
System Red Green Blue C M Y K H S L
Decimal 56 111 155 0.64 0.28 0 0.39 206.67 0.47 0.41
Hex 38 6F 9B 40 1C 0 27 CF 2F 29
Octal 70 157 233 100 34 0 47 317 57 51
Binary 111000 1101111 10011011 1000000 11100 0 100111 11001111 101111 101001

Color Harmonies of #386F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F9B

Black with #386F9B

Text Example


Text Example

White with #386F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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