Html Css Color HEX #386BA4 Lochmara

📋 copy color: '#386BA4'

red 56 ◦ green 107 ◦ blue 164

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

Shades of Lochmara #386BA4

Tints of Lochmara #386BA4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.72%

 BLUE value IS 164 (64.45% from 255) = 50.15%

R = 17.13%
G = 32.72%
B = 50.15%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#386BA4 (or 0x386BA4) is known color: Lochmara. HEX triplet: 38, 6B and A4. RGB value is (56,107,164). Sum of RGB (Red+Green+Blue) = 56+107+164=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 164 (64.45% from 255 or 50.15% from 327); Max value from RGB is 164 - color contains mainly: blue. Hex color #386BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386BA4 is #C7945B. Grayscale: #616161. Windows color (decimal): -13079644 or 10775352. OLE color: 10775352.

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

Color convert

RGB 56 107 164 -
CMYK 0.66 0.35 0 0.36
HSL 211.67º 0.49% 0.43% -
HSV(B) 211.67º 0.66% 0.64% -
XYZ 13.59 14.04 37.12 -
YUV 98.25 165.1 97.87 -
System Red Green Blue C M Y K H S L
Decimal 56 107 164 0.66 0.35 0 0.36 211.67 0.49 0.43
Hex 38 6B A4 42 23 0 24 D4 31 2B
Octal 70 153 244 102 43 0 44 324 61 53
Binary 111000 1101011 10100100 1000010 100011 0 100100 11010100 110001 101011

Color Harmonies of #386BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386BA4

Black with #386BA4

Text Example


Text Example

White with #386BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,107,164); }

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

background-color css

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

 a { background-color: rgb(56,107,164); }

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

border-color css

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

 span { border-color: rgb(56,107,164); }

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