Html Css Color HEX #386BB8 Lochmara

📋 copy color: '#386BB8'

red 56 ◦ green 107 ◦ blue 184

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

Shades of Lochmara #386BB8

Tints of Lochmara #386BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 53.03%

R = 16.14%
G = 30.84%
B = 53.03%

CMYK

 C value IS 0.70

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#386BB8 (or 0x386BB8) is known color: Lochmara. HEX triplet: 38, 6B and B8. RGB value is (56,107,184). Sum of RGB (Red+Green+Blue) = 56+107+184=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 184 (72.27% from 255 or 53.03% from 347); Max value from RGB is 184 - color contains mainly: blue. Hex color #386BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386BB8 is #C79447. Grayscale: #646464. Windows color (decimal): -13079624 or 12086072. OLE color: 12086072.

HSL color Cylindrical-coordinate representation of color #386BB8: hue angle of 216.09º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #386BB8 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 107 184 -
CMYK 0.70 0.42 0 0.28
HSL 216.09º 0.53% 0.47% -
HSV(B) 216.09º 0.7% 0.72% -
XYZ 15.54 14.82 47.39 -
YUV 100.53 175.1 96.24 -
System Red Green Blue C M Y K H S L
Decimal 56 107 184 0.70 0.42 0 0.28 216.09 0.53 0.47
Hex 38 6B B8 46 2A 0 1C D8 35 2F
Octal 70 153 270 106 52 0 34 330 65 57
Binary 111000 1101011 10111000 1000110 101010 0 11100 11011000 110101 101111

Color Harmonies of #386BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386BB8

Black with #386BB8

Text Example


Text Example

White with #386BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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