Html Css Color HEX #386BB4 Lochmara

📋 copy color: '#386BB4'

red 56 ◦ green 107 ◦ blue 180

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

Shades of Lochmara #386BB4

Tints of Lochmara #386BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 52.48%

R = 16.33%
G = 31.2%
B = 52.48%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#386BB4 (or 0x386BB4) is known color: Lochmara. HEX triplet: 38, 6B and B4. RGB value is (56,107,180). Sum of RGB (Red+Green+Blue) = 56+107+180=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 180 (70.70% from 255 or 52.48% from 343); Max value from RGB is 180 - color contains mainly: blue. Hex color #386BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386BB4 is #C7944B. Grayscale: #636363. Windows color (decimal): -13079628 or 11823928. OLE color: 11823928.

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

Color convert

RGB 56 107 180 -
CMYK 0.69 0.41 0 0.29
HSL 215.32º 0.53% 0.46% -
HSV(B) 215.32º 0.69% 0.71% -
XYZ 15.13 14.65 45.21 -
YUV 100.07 173.1 96.56 -
System Red Green Blue C M Y K H S L
Decimal 56 107 180 0.69 0.41 0 0.29 215.32 0.53 0.46
Hex 38 6B B4 45 29 0 1D D7 35 2E
Octal 70 153 264 105 51 0 35 327 65 56
Binary 111000 1101011 10110100 1000101 101001 0 11101 11010111 110101 101110

Color Harmonies of #386BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386BB4

Black with #386BB4

Text Example


Text Example

White with #386BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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