Html Css Color HEX #386EA2 Lochmara

📋 copy color: '#386EA2'

red 56 ◦ green 110 ◦ blue 162

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

Shades of Lochmara #386EA2

Tints of Lochmara #386EA2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.54%

 BLUE value IS 162 (63.67% from 255) = 49.39%

R = 17.07%
G = 33.54%
B = 49.39%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#386EA2 (or 0x386EA2) is known color: Lochmara. HEX triplet: 38, 6E and A2. RGB value is (56,110,162). Sum of RGB (Red+Green+Blue) = 56+110+162=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 162 (63.67% from 255 or 49.39% from 328); Max value from RGB is 162 - color contains mainly: blue. Hex color #386EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386EA2 is #C7915D. Grayscale: #636363. Windows color (decimal): -13078878 or 10645048. OLE color: 10645048.

HSL color Cylindrical-coordinate representation of color #386EA2: hue angle of 209.43º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #386EA2 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 110 162 -
CMYK 0.65 0.32 0 0.36
HSL 209.43º 0.49% 0.43% -
HSV(B) 209.43º 0.65% 0.64% -
XYZ 13.73 14.6 36.28 -
YUV 99.78 163.11 96.77 -
System Red Green Blue C M Y K H S L
Decimal 56 110 162 0.65 0.32 0 0.36 209.43 0.49 0.43
Hex 38 6E A2 41 20 0 24 D1 31 2B
Octal 70 156 242 101 40 0 44 321 61 53
Binary 111000 1101110 10100010 1000001 100000 0 100100 11010001 110001 101011

Color Harmonies of #386EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386EA2

Black with #386EA2

Text Example


Text Example

White with #386EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,110,162); }

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

background-color css

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

 a { background-color: rgb(56,110,162); }

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

border-color css

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

 span { border-color: rgb(56,110,162); }

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