Html Css Color HEX #386697 Lochmara

📋 copy color: '#386697'

red 56 ◦ green 102 ◦ blue 151

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

Shades of Lochmara #386697

Tints of Lochmara #386697

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.01%

 BLUE value IS 151 (59.38% from 255) = 48.87%

R = 18.12%
G = 33.01%
B = 48.87%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#386697 (or 0x386697) is known color: Lochmara. HEX triplet: 38, 66 and 97. RGB value is (56,102,151). Sum of RGB (Red+Green+Blue) = 56+102+151=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 151 - color contains mainly: blue. Hex color #386697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386697 is #C79968. Grayscale: #5D5D5D. Windows color (decimal): -13080937 or 9922104. OLE color: 9922104.

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

Color convert

RGB 56 102 151 -
CMYK 0.63 0.32 0 0.41
HSL 210.95º 0.46% 0.41% -
HSV(B) 210.95º 0.63% 0.59% -
XYZ 11.97 12.58 31.08 -
YUV 93.83 160.26 101.02 -
System Red Green Blue C M Y K H S L
Decimal 56 102 151 0.63 0.32 0 0.41 210.95 0.46 0.41
Hex 38 66 97 3F 20 0 29 D3 2E 29
Octal 70 146 227 77 40 0 51 323 56 51
Binary 111000 1100110 10010111 111111 100000 0 101001 11010011 101110 101001

Color Harmonies of #386697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386697

Black with #386697

Text Example


Text Example

White with #386697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386697; }

 p { color: rgb(56,102,151); }

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

background-color css

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

 a { background-color: rgb(56,102,151); }

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

border-color css

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

 span { border-color: rgb(56,102,151); }

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