Html Css Color HEX #386CB2 Lochmara

📋 copy color: '#386CB2'

red 56 ◦ green 108 ◦ blue 178

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

Shades of Lochmara #386CB2

Tints of Lochmara #386CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 52.05%

R = 16.37%
G = 31.58%
B = 52.05%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#386CB2 (or 0x386CB2) is known color: Lochmara. HEX triplet: 38, 6C and B2. RGB value is (56,108,178). Sum of RGB (Red+Green+Blue) = 56+108+178=342 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.37% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 178 (69.92% from 255 or 52.05% from 342); Max value from RGB is 178 - color contains mainly: blue. Hex color #386CB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386CB2 is #C7934D. Grayscale: #646464. Windows color (decimal): -13079374 or 11693112. OLE color: 11693112.

HSL color Cylindrical-coordinate representation of color #386CB2: hue angle of 214.43º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #386CB2 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 56 108 178 -
CMYK 0.69 0.39 0 0.30
HSL 214.43º 0.52% 0.46% -
HSV(B) 214.43º 0.69% 0.7% -
XYZ 15.03 14.78 44.18 -
YUV 100.43 171.77 96.31 -
System Red Green Blue C M Y K H S L
Decimal 56 108 178 0.69 0.39 0 0.30 214.43 0.52 0.46
Hex 38 6C B2 45 27 0 1E D6 34 2E
Octal 70 154 262 105 47 0 36 326 64 56
Binary 111000 1101100 10110010 1000101 100111 0 11110 11010110 110100 101110

Color Harmonies of #386CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386CB2

Black with #386CB2

Text Example


Text Example

White with #386CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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