Html Css Color HEX #386FAA Lochmara

📋 copy color: '#386FAA'

red 56 ◦ green 111 ◦ blue 170

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

Shades of Lochmara #386FAA

Tints of Lochmara #386FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.94%

 BLUE value IS 170 (66.8% from 255) = 50.45%

R = 16.62%
G = 32.94%
B = 50.45%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#386FAA (or 0x386FAA) is known color: Lochmara. HEX triplet: 38, 6F and AA. RGB value is (56,111,170). Sum of RGB (Red+Green+Blue) = 56+111+170=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #386FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386FAA is #C79055. Grayscale: #646464. Windows color (decimal): -13078614 or 11169592. OLE color: 11169592.

HSL color Cylindrical-coordinate representation of color #386FAA: hue angle of 211.05º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #386FAA is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 111 170 -
CMYK 0.67 0.35 0 0.33
HSL 211.05º 0.5% 0.44% -
HSV(B) 211.05º 0.67% 0.67% -
XYZ 14.57 15.11 40.18 -
YUV 101.28 166.78 95.7 -
System Red Green Blue C M Y K H S L
Decimal 56 111 170 0.67 0.35 0 0.33 211.05 0.5 0.44
Hex 38 6F AA 43 23 0 21 D3 32 2C
Octal 70 157 252 103 43 0 41 323 62 54
Binary 111000 1101111 10101010 1000011 100011 0 100001 11010011 110010 101100

Color Harmonies of #386FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386FAA

Black with #386FAA

Text Example


Text Example

White with #386FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,111,170); }

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

background-color css

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

 a { background-color: rgb(56,111,170); }

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

border-color css

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

 span { border-color: rgb(56,111,170); }

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