Html Css Color HEX #386C99 Lochmara

📋 copy color: '#386C99'

red 56 ◦ green 108 ◦ blue 153

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

Shades of Lochmara #386C99

Tints of Lochmara #386C99

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.07%

 BLUE value IS 153 (60.16% from 255) = 48.26%

R = 17.67%
G = 34.07%
B = 48.26%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#386C99 (or 0x386C99) is known color: Lochmara. HEX triplet: 38, 6C and 99. RGB value is (56,108,153). Sum of RGB (Red+Green+Blue) = 56+108+153=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #386C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386C99 is #C79366. Grayscale: #616161. Windows color (decimal): -13079399 or 10054712. OLE color: 10054712.

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

Color convert

RGB 56 108 153 -
CMYK 0.63 0.29 0 0.4
HSL 207.84º 0.46% 0.41% -
HSV(B) 207.84º 0.63% 0.6% -
XYZ 12.74 13.87 32.14 -
YUV 97.58 159.27 98.34 -
System Red Green Blue C M Y K H S L
Decimal 56 108 153 0.63 0.29 0 0.4 207.84 0.46 0.41
Hex 38 6C 99 3F 1D 0 28 D0 2E 29
Octal 70 154 231 77 35 0 50 320 56 51
Binary 111000 1101100 10011001 111111 11101 0 101000 11010000 101110 101001

Color Harmonies of #386C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C99

Black with #386C99

Text Example


Text Example

White with #386C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,108,153); }

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

background-color css

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

 a { background-color: rgb(56,108,153); }

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

border-color css

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

 span { border-color: rgb(56,108,153); }

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